Spaces:
Build error
Build error
Update app.py
Browse files
app.py
CHANGED
@@ -110,7 +110,7 @@ with gr.Blocks() as demo:
|
|
110 |
txt = gr.Textbox(show_label=False, placeholder="Please enter any of your needs here").style(container=False)
|
111 |
with gr.Column(min_width=50, scale=1):
|
112 |
#submitBtn = gr.Button("π Submit", variant="Primary")
|
113 |
-
submitBtn = gr.Button("π Submit").style(css={"background-color": "#A238FF"})
|
114 |
with gr.Row():
|
115 |
emptyBtn = gr.Button("π§Ή New conversation")
|
116 |
retryBtn = gr.Button("π Resubmit")
|
|
|
110 |
txt = gr.Textbox(show_label=False, placeholder="Please enter any of your needs here").style(container=False)
|
111 |
with gr.Column(min_width=50, scale=1):
|
112 |
#submitBtn = gr.Button("π Submit", variant="Primary")
|
113 |
+
submitBtn = gr.Button("π Submit").style(css={"background-color": "#A238FF", "color":"white"})
|
114 |
with gr.Row():
|
115 |
emptyBtn = gr.Button("π§Ή New conversation")
|
116 |
retryBtn = gr.Button("π Resubmit")
|