Cartof commited on
Commit
4ceef3a
β€’
1 Parent(s): 7203bb9

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -107,8 +107,8 @@ with gr.Blocks() as demo:
107
  with gr.Column(scale=12):
108
  txt = gr.Textbox(show_label=False, placeholder="Please enter any of your needs here").style(container=False)
109
  with gr.Column(min_width=50, scale=1):
110
- #submitBtn = gr.Button("πŸš€ Submit", variant="Primary")
111
- submitBtn = gr.Button(html='<button style="background-color: red; border-color: red;">πŸš€ Submit</button>')
112
  with gr.Row():
113
  emptyBtn = gr.Button("🧹 New conversation")
114
  retryBtn = gr.Button("πŸ”„ Resubmit")
 
107
  with gr.Column(scale=12):
108
  txt = gr.Textbox(show_label=False, placeholder="Please enter any of your needs here").style(container=False)
109
  with gr.Column(min_width=50, scale=1):
110
+ submitBtn = gr.Button("πŸš€ Submit", variant="Primary")
111
+ submitBtn.css(".g-button--primary { background-color: green; }")
112
  with gr.Row():
113
  emptyBtn = gr.Button("🧹 New conversation")
114
  retryBtn = gr.Button("πŸ”„ Resubmit")