Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
@@ -1378,6 +1378,17 @@ with gr.Blocks(theme='soft', title="AI Podcast Generator", css="""
|
|
1378 |
# ๐๏ธ AI Podcast Generator - Professional Edition
|
1379 |
### Convert any article, blog, PDF document, or topic into an engaging professional podcast conversation with in-depth analysis!
|
1380 |
""")
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1381 |
|
1382 |
# ์ํ ํ์ ์น์
|
1383 |
with gr.Row():
|
|
|
1378 |
# ๐๏ธ AI Podcast Generator - Professional Edition
|
1379 |
### Convert any article, blog, PDF document, or topic into an engaging professional podcast conversation with in-depth analysis!
|
1380 |
""")
|
1381 |
+
|
1382 |
+
with gr.Row(elem_classes="discord-badge"):
|
1383 |
+
gr.HTML("""
|
1384 |
+
<p style="text-align: center;">
|
1385 |
+
<a href="https://discord.gg/openfreeai" target="_blank">
|
1386 |
+
<img src="https://img.shields.io/static/v1?label=Discord&message=Openfree%20AI&color=%230000ff&labelColor=%23800080&logo=discord&logoColor=white&style=for-the-badge" alt="badge">
|
1387 |
+
</a>
|
1388 |
+
</p>
|
1389 |
+
""")
|
1390 |
+
|
1391 |
+
|
1392 |
|
1393 |
# ์ํ ํ์ ์น์
|
1394 |
with gr.Row():
|