akileshjayakumar
commited on
Commit
•
2252381
1
Parent(s):
c8ddefa
refactor dir 3
Browse files- agent/README.md +0 -6
- agent/app.py +1 -1
agent/README.md
DELETED
@@ -1,6 +0,0 @@
|
|
1 |
-
---
|
2 |
-
title: LangGraph Agentic Chatbot
|
3 |
-
app_file: agent/app.py
|
4 |
-
sdk: gradio
|
5 |
-
sdk_version: 5.4.0
|
6 |
-
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
agent/app.py
CHANGED
@@ -189,7 +189,7 @@ with gr.Blocks(theme=gr.themes.Default()) as demo:
|
|
189 |
"What's the weather like today?",
|
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
|
193 |
],
|
194 |
)
|
195 |
|
|
|
189 |
"What's the weather like today?",
|
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?",
|
193 |
],
|
194 |
)
|
195 |
|