Cartof commited on
Commit
3bdca24
β€’
1 Parent(s): 8e787e6

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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=".gradio-container {
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",