thomas-yanxin commited on
Commit
40e9e43
1 Parent(s): 6df6fa2

modified: app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -2
app.py CHANGED
@@ -254,7 +254,6 @@ if __name__ == "__main__":
254
  outputs=[message, chatbot, state])
255
  gr.Markdown("""提醒:<br>
256
  1. 使用时请先上传自己的知识文件,并且文件中不含某些特殊字符,否则将返回error. <br>
257
- 2. 请勿上传或输入敏感内容,否则输出内容将被平台拦截返回error.<br>
258
- 3. 有任何使用问题,请通过[问题交流区](https://modelscope.cn/studios/thomas/ChatYuan-test/comment)或[Github Issue区](https://github.com/thomas-yanxin/LangChain-ChatGLM-Webui/issues)进行反馈. <br>
259
  """)
260
  demo.queue().launch(server_name='0.0.0.0', share=False)
 
254
  outputs=[message, chatbot, state])
255
  gr.Markdown("""提醒:<br>
256
  1. 使用时请先上传自己的知识文件,并且文件中不含某些特殊字符,否则将返回error. <br>
257
+ 2. 有任何使用问题,请通过[问题交流区](https://modelscope.cn/studios/thomas/ChatYuan-test/comment)或[Github Issue区](https://github.com/thomas-yanxin/LangChain-ChatGLM-Webui/issues)进行反馈. <br>
 
258
  """)
259
  demo.queue().launch(server_name='0.0.0.0', share=False)