Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -228,8 +228,8 @@ with gr.Blocks(title="DentoAI", css=css) as demo:
|
|
| 228 |
)
|
| 229 |
|
| 230 |
with gr.Row():
|
| 231 |
-
submit_btn = gr.Button("
|
| 232 |
-
clear_btn = gr.Button("
|
| 233 |
|
| 234 |
msg.submit(dental_chat, [msg, chatbot], [msg, chatbot])
|
| 235 |
submit_btn.click(dental_chat, [msg, chatbot], [msg, chatbot])
|
|
|
|
| 228 |
)
|
| 229 |
|
| 230 |
with gr.Row():
|
| 231 |
+
submit_btn = gr.Button("Send", variant="primary")
|
| 232 |
+
clear_btn = gr.Button("Clear Chat", variant="secondary")
|
| 233 |
|
| 234 |
msg.submit(dental_chat, [msg, chatbot], [msg, chatbot])
|
| 235 |
submit_btn.click(dental_chat, [msg, chatbot], [msg, chatbot])
|