Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
|
@@ -217,7 +217,7 @@ with gr.Blocks(css=custom_css, theme=gr.themes.Soft(), title="AI Video Generator
|
|
| 217 |
"""
|
| 218 |
)
|
| 219 |
|
| 220 |
-
|
| 221 |
"""
|
| 222 |
<div style="text-align:center; max-width:900px; margin:0 auto;">
|
| 223 |
<h1 style="font-size:2.2em; margin-bottom:6px;">🎬 Sora-2</h1>
|
|
@@ -234,7 +234,7 @@ with gr.Blocks(css=custom_css, theme=gr.themes.Soft(), title="AI Video Generator
|
|
| 234 |
</p>
|
| 235 |
</div>
|
| 236 |
"""
|
| 237 |
-
|
| 238 |
|
| 239 |
# Add mobile link section
|
| 240 |
gr.HTML(
|
|
|
|
| 217 |
"""
|
| 218 |
)
|
| 219 |
|
| 220 |
+
gr.HTML(
|
| 221 |
"""
|
| 222 |
<div style="text-align:center; max-width:900px; margin:0 auto;">
|
| 223 |
<h1 style="font-size:2.2em; margin-bottom:6px;">🎬 Sora-2</h1>
|
|
|
|
| 234 |
</p>
|
| 235 |
</div>
|
| 236 |
"""
|
| 237 |
+
)
|
| 238 |
|
| 239 |
# Add mobile link section
|
| 240 |
gr.HTML(
|