Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -13,11 +13,11 @@ if not groq_api_key:
|
|
13 |
st.stop()
|
14 |
|
15 |
# Initialize the GROQ client with the fetched API key
|
16 |
-
try:
|
17 |
-
|
18 |
-
except Exception as e:
|
19 |
-
|
20 |
-
|
21 |
|
22 |
# Function to load and preprocess data
|
23 |
@st.cache_data
|
|
|
13 |
st.stop()
|
14 |
|
15 |
# Initialize the GROQ client with the fetched API key
|
16 |
+
# try:
|
17 |
+
# groq_client = Groq(api_key=groq_api_key)
|
18 |
+
# except Exception as e:
|
19 |
+
# st.error(f"Error initializing GROQ client: {e}")
|
20 |
+
# st.stop()
|
21 |
|
22 |
# Function to load and preprocess data
|
23 |
@st.cache_data
|