9prayer commited on
Commit
be3f9bf
1 Parent(s): 4b231ca

Upload app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
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">AI对话测试</h1>""")
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():