Spaces:
Running
Running
Update app.py
Browse files
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 |
|