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