Spaces:
Build error
Build error
Update app.py
Browse files
app.py
CHANGED
|
@@ -109,7 +109,7 @@ with gr.Blocks() as demo:
|
|
| 109 |
txt = gr.Textbox(show_label=False, placeholder="Please enter any of your needs here").style(container=False)
|
| 110 |
with gr.Column(min_width=50, scale=1):
|
| 111 |
#submitBtn = gr.Button("π Submit", variant="Primary")
|
| 112 |
-
submitBtn = gr.Button("π Submit"
|
| 113 |
background_color="#A238FF",
|
| 114 |
color="#FFFFFF",
|
| 115 |
border="none",
|
|
|
|
| 109 |
txt = gr.Textbox(show_label=False, placeholder="Please enter any of your needs here").style(container=False)
|
| 110 |
with gr.Column(min_width=50, scale=1):
|
| 111 |
#submitBtn = gr.Button("π Submit", variant="Primary")
|
| 112 |
+
submitBtn = gr.Button("π Submit").style(
|
| 113 |
background_color="#A238FF",
|
| 114 |
color="#FFFFFF",
|
| 115 |
border="none",
|