Spaces:
Build error
Build error
Update app.py
Browse files
app.py
CHANGED
@@ -89,7 +89,7 @@ def reset_state():
|
|
89 |
def update_system(new_system_prompt):
|
90 |
return {"role": "system", "content": new_system_prompt}
|
91 |
|
92 |
-
title = """<h1 align="center">Tu întrebi si eu răspund
|
93 |
description = """<div align=center>
|
94 |
|
95 |
Will not describe your needs to ChatGPT?You Use [ChatGPT Shortcut](https://newzone.top/chatgpt/)
|
@@ -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")
|
|
|
89 |
def update_system(new_system_prompt):
|
90 |
return {"role": "system", "content": new_system_prompt}
|
91 |
|
92 |
+
title = """<h1 align="center">Tu întrebi si eu răspund.</h1>"""
|
93 |
description = """<div align=center>
|
94 |
|
95 |
Will not describe your needs to ChatGPT?You Use [ChatGPT Shortcut](https://newzone.top/chatgpt/)
|
|
|
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="Secondary")
|
111 |
with gr.Row():
|
112 |
emptyBtn = gr.Button("🧹 New conversation")
|
113 |
retryBtn = gr.Button("🔄 Resubmit")
|