Spaces:
Build error
Build error
Update app.py
Browse files
app.py
CHANGED
@@ -99,7 +99,7 @@ Will not describe your needs to ChatGPT?You Use [ChatGPT Shortcut](https://new
|
|
99 |
|
100 |
with gr.Blocks() as demo:
|
101 |
gr.HTML(title)
|
102 |
-
chatbot = gr.Chatbot().style(color_map=("#1D51EE", "#
|
103 |
context = gr.State([])
|
104 |
systemPrompt = gr.State(update_system(initial_prompt))
|
105 |
|
@@ -107,7 +107,7 @@ 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="
|
111 |
with gr.Row():
|
112 |
emptyBtn = gr.Button("🧹 New conversation")
|
113 |
retryBtn = gr.Button("🔄 Resubmit")
|
|
|
99 |
|
100 |
with gr.Blocks() as demo:
|
101 |
gr.HTML(title)
|
102 |
+
chatbot = gr.Chatbot().style(color_map=("#1D51EE", "#585A5B"))
|
103 |
context = gr.State([])
|
104 |
systemPrompt = gr.State(update_system(initial_prompt))
|
105 |
|
|
|
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")
|