Spaces:
Running
Running
Upload app.py
Browse files
app.py
CHANGED
|
@@ -260,8 +260,7 @@ chatbot = gr.ChatInterface(
|
|
| 260 |
None,
|
| 261 |
"https://cdn-avatars.huggingface.co/v1/production/uploads/64e6d37e02dee9bcb9d9fa18/o_HhUnXb_PgyYlqJ6gfEO.png"
|
| 262 |
],
|
| 263 |
-
height="64vh"
|
| 264 |
-
type="messages"
|
| 265 |
),
|
| 266 |
additional_inputs=[
|
| 267 |
gr.Textbox(
|
|
@@ -280,13 +279,9 @@ chatbot = gr.ChatInterface(
|
|
| 280 |
gr.Textbox(llm_model, label="Model Name",
|
| 281 |
info="Name of the model to use"),
|
| 282 |
],
|
| 283 |
-
title="🤖 LangGraph ReAct Agent with
|
| 284 |
-
description="Chat with a LangGraph ReAct agent that can search the web using
|
| 285 |
-
theme="finlaymacklon/smooth_slate"
|
| 286 |
-
submit_btn="Send",
|
| 287 |
-
retry_btn="🔄 Regenerate Response",
|
| 288 |
-
undo_btn="↩ Delete Previous",
|
| 289 |
-
clear_btn="🗑️ Clear Chat"
|
| 290 |
)
|
| 291 |
|
| 292 |
if __name__ == "__main__":
|
|
|
|
| 260 |
None,
|
| 261 |
"https://cdn-avatars.huggingface.co/v1/production/uploads/64e6d37e02dee9bcb9d9fa18/o_HhUnXb_PgyYlqJ6gfEO.png"
|
| 262 |
],
|
| 263 |
+
height="64vh"
|
|
|
|
| 264 |
),
|
| 265 |
additional_inputs=[
|
| 266 |
gr.Textbox(
|
|
|
|
| 279 |
gr.Textbox(llm_model, label="Model Name",
|
| 280 |
info="Name of the model to use"),
|
| 281 |
],
|
| 282 |
+
title="🤖 LangGraph ReAct Agent with Tavily Search",
|
| 283 |
+
description="Chat with a LangGraph ReAct agent that can search the web using Tavily. Ask about current events, research topics, or any questions that require up-to-date information!",
|
| 284 |
+
theme="finlaymacklon/smooth_slate"
|
|
|
|
|
|
|
|
|
|
|
|
|
| 285 |
)
|
| 286 |
|
| 287 |
if __name__ == "__main__":
|