DrishtiSharma commited on
Commit
40b3f9c
Β·
verified Β·
1 Parent(s): 7fac3e3

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -25,7 +25,7 @@ from datasets import load_dataset
25
  import tempfile
26
 
27
  st.title("SQL-RAG Using CrewAI πŸš€")
28
- st.write("Analyze datasets using natural language queries powered by SQL and CrewAI.")
29
 
30
  # Initialize LLM
31
  llm = None
 
25
  import tempfile
26
 
27
  st.title("SQL-RAG Using CrewAI πŸš€")
28
+ st.write("Analyze datasets using natural language queries.")
29
 
30
  # Initialize LLM
31
  llm = None