Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
@@ -1044,15 +1044,17 @@ with gr.Blocks(theme='soft', title="AI Podcast Generator", css="""
|
|
1044 |
with gr.Row(elem_classes="discord-badge"):
|
1045 |
gr.HTML("""
|
1046 |
<p style="text-align: center;">
|
1047 |
-
<a href="https://discord.gg/openfreeai" target="_blank">
|
1048 |
<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">
|
1049 |
</a>
|
1050 |
-
<a href="https://open.spotify.com/show/36GtIP7iqJxCwp7FfXmTYK?si=KsIsUJq7SJiiudPTaMsXAA" target="_blank">
|
1051 |
<img src="https://img.shields.io/static/v1?label=Spotify&message=Podcast&color=%230000ff&labelColor=%23000080&logo=Spotify&logoColor=white&style=for-the-badge" alt="badge">
|
1052 |
</a>
|
1053 |
</p>
|
1054 |
""")
|
1055 |
|
|
|
|
|
1056 |
# ์ํ ํ์ ์น์
|
1057 |
with gr.Row():
|
1058 |
with gr.Column(scale=1):
|
|
|
1044 |
with gr.Row(elem_classes="discord-badge"):
|
1045 |
gr.HTML("""
|
1046 |
<p style="text-align: center;">
|
1047 |
+
<a href="https://discord.gg/openfreeai" target="_blank" style="display: inline-block; margin-right: 10px;">
|
1048 |
<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">
|
1049 |
</a>
|
1050 |
+
<a href="https://open.spotify.com/show/36GtIP7iqJxCwp7FfXmTYK?si=KsIsUJq7SJiiudPTaMsXAA" target="_blank" style="display: inline-block;">
|
1051 |
<img src="https://img.shields.io/static/v1?label=Spotify&message=Podcast&color=%230000ff&labelColor=%23000080&logo=Spotify&logoColor=white&style=for-the-badge" alt="badge">
|
1052 |
</a>
|
1053 |
</p>
|
1054 |
""")
|
1055 |
|
1056 |
+
|
1057 |
+
|
1058 |
# ์ํ ํ์ ์น์
|
1059 |
with gr.Row():
|
1060 |
with gr.Column(scale=1):
|