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

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -285,7 +285,7 @@ chatbot = gr.ChatInterface(
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
 
 
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