csabakecskemeti commited on
Commit
adf77d2
·
verified ·
1 Parent(s): acee5db

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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
  )