Spaces:
Build error
Build error
Update app.py
Browse files
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")
|