openfree commited on
Commit
3898d05
·
verified ·
1 Parent(s): 740bd2d

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -6
app.py CHANGED
@@ -684,14 +684,10 @@ with gr.Blocks(theme=gr.themes.Soft(), css=custom_css, fill_height=True) as demo
684
  chatbot=gr.Chatbot(
685
  height=550,
686
  show_copy_button=True,
687
- bubble_full_width=False,
688
- render_markdown=True
689
  ),
690
  stop_btn="Stop",
691
- retry_btn="Retry",
692
- undo_btn="Undo",
693
- clear_btn="Clear",
694
- submit_btn="Send",
695
  multimodal=False
696
  )
697
 
 
684
  chatbot=gr.Chatbot(
685
  height=550,
686
  show_copy_button=True,
687
+ render_markdown=True,
688
+ type="messages"
689
  ),
690
  stop_btn="Stop",
 
 
 
 
691
  multimodal=False
692
  )
693