Spaces:
Sleeping
Sleeping
SHAMIL SHAHBAZ AWAN
commited on
Update app.py
Browse files
app.py
CHANGED
|
@@ -27,7 +27,7 @@ st.sidebar.title("Upload Your File")
|
|
| 27 |
st.sidebar.markdown("Supported formats: CSV, Excel")
|
| 28 |
|
| 29 |
# Get the Groq API key from secrets
|
| 30 |
-
groq_api_key = st.secrets.get("
|
| 31 |
if not groq_api_key:
|
| 32 |
st.error("Groq API key not found in secrets.")
|
| 33 |
else:
|
|
|
|
| 27 |
st.sidebar.markdown("Supported formats: CSV, Excel")
|
| 28 |
|
| 29 |
# Get the Groq API key from secrets
|
| 30 |
+
groq_api_key = st.secrets.get("HUGGINGFACE_KEY") # Ensure this is stored in secrets.json
|
| 31 |
if not groq_api_key:
|
| 32 |
st.error("Groq API key not found in secrets.")
|
| 33 |
else:
|