Cartof commited on
Commit
412d294
1 Parent(s): c48d468

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
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</h1>"""
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="primary")
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")