Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -68,7 +68,7 @@ with gr.Blocks(title="Anki-Chat", theme=gr.themes.Soft()) as demo:
|
|
| 68 |
)
|
| 69 |
|
| 70 |
with gr.Column(scale=2):
|
| 71 |
-
chatbot = gr.Chatbot(label="Chat", height=500
|
| 72 |
msg = gr.Textbox(label="Message", placeholder="Type here...")
|
| 73 |
with gr.Row():
|
| 74 |
send = gr.Button("Send", variant="primary")
|
|
|
|
| 68 |
)
|
| 69 |
|
| 70 |
with gr.Column(scale=2):
|
| 71 |
+
chatbot = gr.Chatbot(label="Chat", height=500)
|
| 72 |
msg = gr.Textbox(label="Message", placeholder="Type here...")
|
| 73 |
with gr.Row():
|
| 74 |
send = gr.Button("Send", variant="primary")
|