Chad commited on
Commit ·
6ff7f58
1
Parent(s): be0984b
uwdwndwfbfbewdwdwdwdwd boxdwdwdwdwdwdtuple
Browse files
app.py
CHANGED
|
@@ -51,7 +51,7 @@ def respond(user_input, chat_history):
|
|
| 51 |
|
| 52 |
with gr.Blocks() as demo:
|
| 53 |
with gr.Row():
|
| 54 |
-
chatbot = gr.Chatbot(height=450, type="
|
| 55 |
|
| 56 |
chat = gr.ChatInterface(
|
| 57 |
respond,
|
|
|
|
| 51 |
|
| 52 |
with gr.Blocks() as demo:
|
| 53 |
with gr.Row():
|
| 54 |
+
chatbot = gr.Chatbot(height=450, type="tuples")
|
| 55 |
|
| 56 |
chat = gr.ChatInterface(
|
| 57 |
respond,
|