Spaces:
Sleeping
Sleeping
Commit
·
3f8dbaa
1
Parent(s):
e7ae29e
Update app.py
Browse files
app.py
CHANGED
|
@@ -121,6 +121,7 @@ def reset_textbox():
|
|
| 121 |
return gr.update(value='')
|
| 122 |
|
| 123 |
title = """<h1 align="center">🔥ChatGPT API 🚀吴恩达课程点餐机器人复现🚀</h1>"""
|
|
|
|
| 124 |
description = """Language models can be conditioned to act like dialogue agents through a conversational prompt that typically takes the form:
|
| 125 |
```
|
| 126 |
User: <utterance>
|
|
|
|
| 121 |
return gr.update(value='')
|
| 122 |
|
| 123 |
title = """<h1 align="center">🔥ChatGPT API 🚀吴恩达课程点餐机器人复现🚀</h1>"""
|
| 124 |
+
title = """<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 |
```
|
| 127 |
User: <utterance>
|