Cartof commited on
Commit
9a6ca2e
β€’
1 Parent(s): 29e7f10

Update app.py

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