Spaces:
Runtime error
Runtime error
Commit
·
3c17f86
1
Parent(s):
c391f90
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.Button("Submit",css="
|
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.Button("Submit",css=".gradio-button {background-color: red}")
|
33 |
clear = gr.ClearButton([msg, chatbot])
|
34 |
|
35 |
|