Spaces:
Build error
Build error
Update app.py
Browse files
app.py
CHANGED
@@ -91,6 +91,14 @@ def reset_state():
|
|
91 |
def update_system(new_system_prompt):
|
92 |
return {"role": "system", "content": new_system_prompt}
|
93 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
94 |
with gr.Blocks() as demo:
|
95 |
gr.HTML(title)
|
96 |
chatbot = gr.Chatbot().style(color_map=("#A238FF", "#A238FF"))
|
|
|
91 |
def update_system(new_system_prompt):
|
92 |
return {"role": "system", "content": new_system_prompt}
|
93 |
|
94 |
+
title = """<h1 align="center">Tu întrebi și eu răspund.</h1>"""
|
95 |
+
description = """<div align=center>
|
96 |
+
|
97 |
+
Will not describe your needs to ChatGPT?You Use [ChatGPT Shortcut](https://newzone.top/chatgpt/)
|
98 |
+
|
99 |
+
</div>
|
100 |
+
"""
|
101 |
+
|
102 |
with gr.Blocks() as demo:
|
103 |
gr.HTML(title)
|
104 |
chatbot = gr.Chatbot().style(color_map=("#A238FF", "#A238FF"))
|