Spaces:
Sleeping
Sleeping
update commenting gr.chatbot type=messages
Browse files
app.py
CHANGED
|
@@ -483,7 +483,7 @@ def create_gradio_interface():
|
|
| 483 |
with gr.Column(scale=2):
|
| 484 |
chatbot_interface = gr.Chatbot(
|
| 485 |
label="Riwayat Chat",
|
| 486 |
-
type="messages",
|
| 487 |
height=400
|
| 488 |
)
|
| 489 |
message_input = gr.Textbox(
|
|
|
|
| 483 |
with gr.Column(scale=2):
|
| 484 |
chatbot_interface = gr.Chatbot(
|
| 485 |
label="Riwayat Chat",
|
| 486 |
+
# type="messages",
|
| 487 |
height=400
|
| 488 |
)
|
| 489 |
message_input = gr.Textbox(
|