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",
|
@@ -122,7 +122,7 @@ with block as demo:
|
|
122 |
"font-weight": "bold",
|
123 |
"font-size": "1em",
|
124 |
"cursor": "pointer",
|
125 |
-
}
|
126 |
)
|
127 |
|
128 |
with gr.Row():
|
|
|
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",
|
|
|
122 |
"font-weight": "bold",
|
123 |
"font-size": "1em",
|
124 |
"cursor": "pointer",
|
125 |
+
}
|
126 |
)
|
127 |
|
128 |
with gr.Row():
|