xiaolv commited on
Commit
e0f4c76
1 Parent(s): 400c4be

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -3
app.py CHANGED
@@ -86,9 +86,9 @@ with gr.Blocks() as dialog_app:
86
  b. 虽然模型把之前的记录忘记了,但历史的对话依旧存在,对话过长时,模型回复同样很慢。
87
  """)
88
  gr.HTML(
89
- """3.如果只想回复一次的话,可以参考以下这个地址:<a href="https://huggingface.co/spaces/xiaolv/claude2_xiaolv_api_updata">Claude2-API-xiaolv-第2版-单轮对话</a>\n"""
90
- """4.如果只想回复一次且可以支持文件知识库回答的话,可以参考以下这个地址:<a href="https://huggingface.co/spaces/xiaolv/claude2_xiaolv_api_file_chat">Claude2-API-xiaolv-第3版-单轮对话-支持文件知识库</a>\n"""
91
- """如果喜欢请给个 💖 """
92
  )
93
 
94
  with gr.Row():
 
86
  b. 虽然模型把之前的记录忘记了,但历史的对话依旧存在,对话过长时,模型回复同样很慢。
87
  """)
88
  gr.HTML(
89
+ """<p>3.如果只想回复一次的话,可以参考以下这个地址:<a href="https://huggingface.co/spaces/xiaolv/claude2_xiaolv_api_updata">Claude2-API-xiaolv-第2版-单轮对话</a></p>"""
90
+ """<p>4.如果只想回复一次且可以支持文件知识库回答的话,可以参考以下这个地址:<a href="https://huggingface.co/spaces/xiaolv/claude2_xiaolv_api_file_chat">Claude2-API-xiaolv-第3版-单轮对话-支持文件知识库</a></p>"""
91
+ """<p>如果喜欢请给个 💖 </p>"""
92
  )
93
 
94
  with gr.Row():