clc007 commited on
Commit
52fa637
·
1 Parent(s): a08acba

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -2
app.py CHANGED
@@ -267,6 +267,5 @@ if __name__ == "__main__":
267
  outputs=[message, chatbot, state])
268
  gr.Markdown("""提醒:<br>
269
  1. 使用时请先上传自己的知识文件,并且文件中不含某些特殊字符,否则将返回error. <br>
270
- 2. 有任何使用问题,请通过[问题交流区](https://huggingface.co/spaces/thomas-yanxin/LangChain-ChatLLM/discussions)或[Github Issue区](https://github.com/thomas-yanxin/LangChain-ChatGLM-Webui/issues)进行反馈. <br>
271
- """)
272
  demo.queue().launch(server_name='0.0.0.0', share=False)
 
267
  outputs=[message, chatbot, state])
268
  gr.Markdown("""提醒:<br>
269
  1. 使用时请先上传自己的知识文件,并且文件中不含某些特殊字符,否则将返回error. <br>
270
+ 2. 测试用,请勿上传重要文件
 
271
  demo.queue().launch(server_name='0.0.0.0', share=False)