SHAMIL SHAHBAZ AWAN commited on
Commit
b6ebb13
·
verified ·
1 Parent(s): 15dd5f2

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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("HUGGINGFACE_API") # 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:
 
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: