Spaces:
Build error
Build error
Update app.py
Browse files
app.py
CHANGED
@@ -114,7 +114,7 @@ with block as demo:
|
|
114 |
txt = gr.Textbox(show_label=False, placeholder="Please enter any of your needs here").style(container=False)
|
115 |
with gr.Column(min_width=50, scale=1):
|
116 |
submitBtn = gr.Button("π Submit").style(
|
117 |
-
css="
|
118 |
"background-color": "#A238FF",
|
119 |
"border-radius": "8px",
|
120 |
"padding": "8px",
|
|
|
114 |
txt = gr.Textbox(show_label=False, placeholder="Please enter any of your needs here").style(container=False)
|
115 |
with gr.Column(min_width=50, scale=1):
|
116 |
submitBtn = gr.Button("π Submit").style(
|
117 |
+
css="{
|
118 |
"background-color": "#A238FF",
|
119 |
"border-radius": "8px",
|
120 |
"padding": "8px",
|