Cartof commited on
Commit
9bcb2a7
β€’
1 Parent(s): a884060

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -110,7 +110,7 @@ with gr.Blocks() as demo:
110
  txt = gr.Textbox(show_label=False, placeholder="Please enter any of your needs here").style(container=False)
111
  with gr.Column(min_width=50, scale=1):
112
  #submitBtn = gr.Button("πŸš€ Submit", variant="Primary")
113
- submitBtn = gr.Button("πŸš€ Submit").style(css={"background-color": "#A238FF"})
114
  with gr.Row():
115
  emptyBtn = gr.Button("🧹 New conversation")
116
  retryBtn = gr.Button("πŸ”„ Resubmit")
 
110
  txt = gr.Textbox(show_label=False, placeholder="Please enter any of your needs here").style(container=False)
111
  with gr.Column(min_width=50, scale=1):
112
  #submitBtn = gr.Button("πŸš€ Submit", variant="Primary")
113
+ submitBtn = gr.Button("πŸš€ Submit").style(css={"background-color": "#A238FF", "color":"white"})
114
  with gr.Row():
115
  emptyBtn = gr.Button("🧹 New conversation")
116
  retryBtn = gr.Button("πŸ”„ Resubmit")