Cartof commited on
Commit
3969944
β€’
1 Parent(s): eeb0056

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -107,7 +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", color="#A238FF")
 
111
  with gr.Row():
112
  emptyBtn = gr.Button("🧹 New conversation")
113
  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", color="#A238FF")
111
+ submitBtn = gr.Button("πŸš€ Submit", color="#A238FF")
112
  with gr.Row():
113
  emptyBtn = gr.Button("🧹 New conversation")
114
  retryBtn = gr.Button("πŸ”„ Resubmit")