akileshjayakumar
commited on
Commit
•
ef3d2d9
1
Parent(s):
2252381
refactor dir 4
Browse files- agent/app.py +1 -1
agent/app.py
CHANGED
@@ -186,7 +186,7 @@ with gr.Blocks(theme=gr.themes.Default()) as demo:
|
|
186 |
multimodal=False,
|
187 |
title="LangGraph Agentic Chatbot",
|
188 |
examples=[
|
189 |
-
"What
|
190 |
"Show me the Movie Trailer for Doctor Strange.",
|
191 |
"Give me the latest news on the COVID-19 pandemic.",
|
192 |
"What are the latest updates on NVIDIA's new GPU?",
|
|
|
186 |
multimodal=False,
|
187 |
title="LangGraph Agentic Chatbot",
|
188 |
examples=[
|
189 |
+
"What is the capital of France?",
|
190 |
"Show me the Movie Trailer for Doctor Strange.",
|
191 |
"Give me the latest news on the COVID-19 pandemic.",
|
192 |
"What are the latest updates on NVIDIA's new GPU?",
|