openfree commited on
Commit
e6fa448
ยท
verified ยท
1 Parent(s): dee1d98

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +11 -0
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():