Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -124,10 +124,10 @@ st.markdown("""
|
|
| 124 |
""", unsafe_allow_html=True)
|
| 125 |
|
| 126 |
# Initialize GROQ API
|
| 127 |
-
|
| 128 |
@st.cache_resource
|
| 129 |
def setup_groq():
|
| 130 |
-
os.getenv("
|
| 131 |
if not groq_api_key:
|
| 132 |
st.error("⚠️ GROQ API key not found! Please add it to your Hugging Face secrets.")
|
| 133 |
st.stop()
|
|
|
|
| 124 |
""", unsafe_allow_html=True)
|
| 125 |
|
| 126 |
# Initialize GROQ API
|
| 127 |
+
|
| 128 |
@st.cache_resource
|
| 129 |
def setup_groq():
|
| 130 |
+
os.getenv("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")
|
| 131 |
if not groq_api_key:
|
| 132 |
st.error("⚠️ GROQ API key not found! Please add it to your Hugging Face secrets.")
|
| 133 |
st.stop()
|