visjia commited on
Commit
fe223f6
·
1 Parent(s): 4304412

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -9
app.py CHANGED
@@ -87,15 +87,6 @@ def predict(inputs, top_p, temperature, openai_api_key, chat_counter, chatbot=[]
87
  yield chat, history, chat_counter # resembles {chatbot: chat, state: history}
88
 
89
 
90
- <!DOCTYPE html>
91
- <html>
92
- <head>
93
- <title>ChatGPT 3.5 - 查特AI机器人</title>
94
- </head>
95
- <body>
96
- <!-- 在此添加其他HTML元素和代码 -->
97
- </body>
98
- </html>
99
 
100
  def reset_textbox():
101
  return gr.update(value='')
 
87
  yield chat, history, chat_counter # resembles {chatbot: chat, state: history}
88
 
89
 
 
 
 
 
 
 
 
 
 
90
 
91
  def reset_textbox():
92
  return gr.update(value='')