chage name from ChatGLM --> Chatbot
Browse files- web_demo_old.py +1 -1
web_demo_old.py
CHANGED
@@ -74,7 +74,7 @@ def reset_state():
|
|
74 |
|
75 |
|
76 |
with gr.Blocks() as demo:
|
77 |
-
gr.HTML("""<h1 align="center">清源科创
|
78 |
|
79 |
chatbot = gr.Chatbot()
|
80 |
with gr.Row():
|
|
|
74 |
|
75 |
|
76 |
with gr.Blocks() as demo:
|
77 |
+
gr.HTML("""<h1 align="center">清源科创Chatbot</h1>""")
|
78 |
|
79 |
chatbot = gr.Chatbot()
|
80 |
with gr.Row():
|