Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -83,9 +83,8 @@ block = gr.Blocks()
|
|
| 83 |
with block:
|
| 84 |
with gr.Group():
|
| 85 |
gr.Markdown(
|
| 86 |
-
""" # <center
|
| 87 |
|
| 88 |
-
## <center>🤖 - 让有人文关怀的AI造福每一个人!AI向善,文明璀璨!TalktoAI - Enable the future!</center>
|
| 89 |
|
| 90 |
"""
|
| 91 |
)
|
|
@@ -124,18 +123,18 @@ with block:
|
|
| 124 |
btn2.click(english, [inp3, inp4, inp5], [out2])
|
| 125 |
|
| 126 |
gr.Markdown(
|
| 127 |
-
""" ### <center
|
| 128 |
|
| 129 |
-
### <center>Powered by [ChatGPT](https://chat.openai.com/)
|
| 130 |
|
| 131 |
"""
|
| 132 |
)
|
| 133 |
|
| 134 |
gr.HTML('''
|
| 135 |
<div class="footer">
|
| 136 |
-
<p
|
| 137 |
</p>
|
| 138 |
-
<p
|
| 139 |
</p>
|
| 140 |
</div>
|
| 141 |
''')
|
|
|
|
| 83 |
with block:
|
| 84 |
with gr.Group():
|
| 85 |
gr.Markdown(
|
| 86 |
+
""" # <center>Talk to AI</center>
|
| 87 |
|
|
|
|
| 88 |
|
| 89 |
"""
|
| 90 |
)
|
|
|
|
| 123 |
btn2.click(english, [inp3, inp4, inp5], [out2])
|
| 124 |
|
| 125 |
gr.Markdown(
|
| 126 |
+
""" ### <center>仅供学习交流使用</center>
|
| 127 |
|
| 128 |
+
### <center>Powered by [ChatGPT](https://chat.openai.com/).</center>
|
| 129 |
|
| 130 |
"""
|
| 131 |
)
|
| 132 |
|
| 133 |
gr.HTML('''
|
| 134 |
<div class="footer">
|
| 135 |
+
<p>
|
| 136 |
</p>
|
| 137 |
+
<p>
|
| 138 |
</p>
|
| 139 |
</div>
|
| 140 |
''')
|