Cartof commited on
Commit
d24d9a6
β€’
1 Parent(s): fe2c8f1

Update app.py

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