Spaces:
Runtime error
Runtime error
Commit
·
996acc0
1
Parent(s):
e95887c
Update app.py
Browse files
app.py
CHANGED
@@ -29,7 +29,7 @@ history = ['']
|
|
29 |
with gr.Blocks(theme=gr.themes.Soft()) as demo:
|
30 |
chatbot = gr.Chatbot()
|
31 |
msg = gr.Textbox()
|
32 |
-
btn = gr.Button("Submit")
|
33 |
clear = gr.ClearButton([msg, chatbot])
|
34 |
|
35 |
|
|
|
29 |
with gr.Blocks(theme=gr.themes.Soft()) as demo:
|
30 |
chatbot = gr.Chatbot()
|
31 |
msg = gr.Textbox()
|
32 |
+
btn = gr.Button("Submit",variant="primary")
|
33 |
clear = gr.ClearButton([msg, chatbot])
|
34 |
|
35 |
|