DiamondYin commited on
Commit
abc2385
·
1 Parent(s): 4e7413d

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -120,7 +120,7 @@ def predict(inputs, top_p, temperature, openai_api_key, chat_counter, chatbot=[]
120
  def reset_textbox():
121
  return gr.update(value='')
122
 
123
- title = """<h1 align="center">🔥ChatGPT API 🚀吴恩达课程点餐机器人复现🚀</h1>"""
124
  title1 = """<h3 align="center">输入你的API,接着机器人就可以为你进行点餐服务了</h3>"""
125
  description = """Language models can be conditioned to act like dialogue agents through a conversational prompt that typically takes the form:
126
  ```
 
120
  def reset_textbox():
121
  return gr.update(value='')
122
 
123
+ title = """<h1 align="center">🔥瓦力西餐外卖ChatBot🚀</h1>"""
124
  title1 = """<h3 align="center">输入你的API,接着机器人就可以为你进行点餐服务了</h3>"""
125
  description = """Language models can be conditioned to act like dialogue agents through a conversational prompt that typically takes the form:
126
  ```