Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -40,8 +40,8 @@ iface = gr.Interface(fn=chat,
|
|
40 |
inputs=["text"],
|
41 |
outputs=["text"],
|
42 |
description="""
|
43 |
-
|
44 |
-
|
45 |
-
|
46 |
""")
|
47 |
iface.launch()
|
|
|
40 |
inputs=["text"],
|
41 |
outputs=["text"],
|
42 |
description="""
|
43 |
+
<h1>这是一个小红书文案生成器。</h1>
|
44 |
+
<h1>您可以输入产品和产品特点关键词,马上就可以生成一篇小红书文案。<h1>
|
45 |
+
<h2> 比如:生发液 有效果 <h2>
|
46 |
""")
|
47 |
iface.launch()
|