Update app.py
Browse files
app.py
CHANGED
|
@@ -86,7 +86,7 @@ with gr.Blocks(css='style.css') as demo:
|
|
| 86 |
<div style="text-align: center; max-width: 650px; margin: 0 auto;">
|
| 87 |
<div>
|
| 88 |
<h1 style="font-weight: 900; font-size: 3rem; margin-bottom:20px;">
|
| 89 |
-
|
| 90 |
</h1>
|
| 91 |
</div>
|
| 92 |
<p style="margin-bottom: 10px; font-size: 96%">
|
|
@@ -144,7 +144,7 @@ with gr.Blocks(css='style.css') as demo:
|
|
| 144 |
|
| 145 |
<div class="acknowledgments" style="font-size: 115%">
|
| 146 |
<p>
|
| 147 |
-
|
| 148 |
</p>
|
| 149 |
</div>
|
| 150 |
"""
|
|
|
|
| 86 |
<div style="text-align: center; max-width: 650px; margin: 0 auto;">
|
| 87 |
<div>
|
| 88 |
<h1 style="font-weight: 900; font-size: 3rem; margin-bottom:20px;">
|
| 89 |
+
OpenART
|
| 90 |
</h1>
|
| 91 |
</div>
|
| 92 |
<p style="margin-bottom: 10px; font-size: 96%">
|
|
|
|
| 144 |
|
| 145 |
<div class="acknowledgments" style="font-size: 115%">
|
| 146 |
<p>
|
| 147 |
+
安利:一个汉化项目:<a href="https://tiwenti.chat/">TiwenTi.chat</a>,这是一个ChatGPT的中文案例库,按照工具用途和角色扮演用途做了分类,欢迎去看去分享~ </p>
|
| 148 |
</p>
|
| 149 |
</div>
|
| 150 |
"""
|