willam9725712 commited on
Commit
f4e0719
1 Parent(s): 4a59e33

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -4
app.py CHANGED
@@ -260,10 +260,7 @@ if __name__ == "__main__":
260
  temperature, top_p, use_web, state
261
  ],
262
  outputs=[message, chatbot, state])
263
- gr.Markdown("""提醒:<br>
264
- 1. 使用时请先上传自己的知识文件,并且文件中不含某些特殊字符,否则将返回error. <br>
265
- 2. 有任何使用问题,请通过[问题交流区](https://huggingface.co/spaces/thomas-yanxin/LangChain-ChatLLM/discussions)或[Github Issue区](https://github.com/thomas-yanxin/LangChain-ChatGLM-Webui/issues)进行反馈. <br>
266
- """)
267
 
268
  def auth(username, password):
269
  if username == "admin" and password =="meiya":
 
260
  temperature, top_p, use_web, state
261
  ],
262
  outputs=[message, chatbot, state])
263
+
 
 
 
264
 
265
  def auth(username, password):
266
  if username == "admin" and password =="meiya":