DrishtiSharma commited on
Commit
757dfd0
·
verified ·
1 Parent(s): dfe7463

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -77,7 +77,7 @@ st.title("Multi-Agent w Supervisor")
77
 
78
  # Example questions for immediate testing
79
  example_questions = [
80
- "Code hello world and print it",
81
  "What is James McIlroy aiming for in sports?",
82
  "Fetch India's GDP over the past 5 years and draw a line graph.",
83
  "Fetch Japan's GDP over the past 4 years from RAG, then draw a line graph."
 
77
 
78
  # Example questions for immediate testing
79
  example_questions = [
80
+ #"Code hello world and print it",
81
  "What is James McIlroy aiming for in sports?",
82
  "Fetch India's GDP over the past 5 years and draw a line graph.",
83
  "Fetch Japan's GDP over the past 4 years from RAG, then draw a line graph."