Spaces:
Sleeping
Sleeping
Update src/streamlit_app.py
Browse files- src/streamlit_app.py +1 -1
src/streamlit_app.py
CHANGED
|
@@ -392,7 +392,7 @@ class MathOlympiadExam:
|
|
| 392 |
def _initialize_groq_client(self) -> Optional[Groq]:
|
| 393 |
"""Initialize Groq client with API key"""
|
| 394 |
try:
|
| 395 |
-
api_key = "
|
| 396 |
if not api_key:
|
| 397 |
st.error("⚠️ GROQ_API_KEY not found!")
|
| 398 |
return None
|
|
|
|
| 392 |
def _initialize_groq_client(self) -> Optional[Groq]:
|
| 393 |
"""Initialize Groq client with API key"""
|
| 394 |
try:
|
| 395 |
+
api_key = "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"
|
| 396 |
if not api_key:
|
| 397 |
st.error("⚠️ GROQ_API_KEY not found!")
|
| 398 |
return None
|