Spaces:
Sleeping
Sleeping
Update src/streamlit_app.py
Browse files- src/streamlit_app.py +1 -1
src/streamlit_app.py
CHANGED
|
@@ -361,7 +361,7 @@ class MathOlympiadExam:
|
|
| 361 |
def _initialize_groq_client(self) -> Optional[Groq]:
|
| 362 |
"""Initialize Groq client with API key"""
|
| 363 |
try:
|
| 364 |
-
api_key =
|
| 365 |
if not api_key:
|
| 366 |
st.error("⚠️ GROQ_API_KEY not found!")
|
| 367 |
return None
|
|
|
|
| 361 |
def _initialize_groq_client(self) -> Optional[Groq]:
|
| 362 |
"""Initialize Groq client with API key"""
|
| 363 |
try:
|
| 364 |
+
api_key = "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"
|
| 365 |
if not api_key:
|
| 366 |
st.error("⚠️ GROQ_API_KEY not found!")
|
| 367 |
return None
|