Spaces:
Build error
Build error
Update app.py
Browse files
app.py
CHANGED
@@ -108,7 +108,7 @@ with gr.Blocks() as demo:
|
|
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",
|
112 |
with gr.Row():
|
113 |
emptyBtn = gr.Button("π§Ή New conversation")
|
114 |
retryBtn = gr.Button("π Resubmit")
|
|
|
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_map="#A238FF")
|
112 |
with gr.Row():
|
113 |
emptyBtn = gr.Button("π§Ή New conversation")
|
114 |
retryBtn = gr.Button("π Resubmit")
|