Spaces:
Running
Running
Upload app.py
Browse files
app.py
CHANGED
@@ -73,8 +73,8 @@ def reset_state():
|
|
73 |
return [], []
|
74 |
|
75 |
|
76 |
-
with gr.Blocks() as demo:
|
77 |
-
gr.HTML("""<h1 align="center"
|
78 |
|
79 |
chatbot = gr.Chatbot()
|
80 |
with gr.Row():
|
|
|
73 |
return [], []
|
74 |
|
75 |
|
76 |
+
with gr.Blocks(title="Ubiq Chatbot") as demo:
|
77 |
+
gr.HTML("""<h1 align="center">人工智能对话演示</h1>""")
|
78 |
|
79 |
chatbot = gr.Chatbot()
|
80 |
with gr.Row():
|