DrishtiSharma commited on
Commit
b4561ab
Β·
verified Β·
1 Parent(s): 8e41130

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -3
app.py CHANGED
@@ -21,9 +21,6 @@ from langchain_community.utilities.sql_database import SQLDatabase
21
  from datasets import load_dataset
22
  import tempfile
23
 
24
- # API Key
25
- os.environ["GROQ_API_KEY"] = st.secrets.get("GROQ_API_KEY", "")
26
-
27
  st.title("Blah Blah App Using CrewAI πŸš€")
28
  st.write("Analyze datasets using natural language queries powered by SQL and CrewAI.")
29
 
 
21
  from datasets import load_dataset
22
  import tempfile
23
 
 
 
 
24
  st.title("Blah Blah App Using CrewAI πŸš€")
25
  st.write("Analyze datasets using natural language queries powered by SQL and CrewAI.")
26