Update app.py
Browse files
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."
|