Spaces:
Runtime error
Runtime error
Commit
·
68d3784
1
Parent(s):
3c17f86
Update app.py
Browse files
app.py
CHANGED
@@ -29,7 +29,7 @@ history = ['']
|
|
29 |
with gr.Blocks() as demo:
|
30 |
chatbot = gr.Chatbot()
|
31 |
msg = gr.Textbox()
|
32 |
-
btn = gr.
|
33 |
clear = gr.ClearButton([msg, chatbot])
|
34 |
|
35 |
|
|
|
29 |
with gr.Blocks() as demo:
|
30 |
chatbot = gr.Chatbot()
|
31 |
msg = gr.Textbox()
|
32 |
+
btn = gr.Blocks("Submit",css=".gradio-button {background-color: red}")
|
33 |
clear = gr.ClearButton([msg, chatbot])
|
34 |
|
35 |
|