Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
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 |
-
|
688 |
-
|
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 |
|