Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -80,7 +80,7 @@ def reset_state():
|
|
80 |
|
81 |
|
82 |
with gr.Blocks() as demo:
|
83 |
-
gr.HTML("""<h1 align="center">青云大模型Beta
|
84 |
|
85 |
chatbot = gr.Chatbot()
|
86 |
with gr.Row():
|
|
|
80 |
|
81 |
|
82 |
with gr.Blocks() as demo:
|
83 |
+
gr.HTML("""<h1 align="center">青云大模型Beta测试版8.1</h1>""")
|
84 |
|
85 |
chatbot = gr.Chatbot()
|
86 |
with gr.Row():
|