Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -284,7 +284,7 @@ chatbot = gr.ChatInterface(
|
|
284 |
description="Chat with a LangGraph ReAct agent that can search the web using DuckDuckGo. Ask about current events, research topics, or any questions that require up-to-date information!",
|
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 |
)
|
|
|
284 |
description="Chat with a LangGraph ReAct agent that can search the web using DuckDuckGo. Ask about current events, research topics, or any questions that require up-to-date information!",
|
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 |
)
|