Spaces:
Sleeping
Sleeping
Commit ·
d747ed5
1
Parent(s): f1a495b
giff center 11 ... last chance
Browse files
app.py
CHANGED
|
@@ -210,15 +210,9 @@ with gr.Blocks(
|
|
| 210 |
)
|
| 211 |
|
| 212 |
with gr.Row():
|
| 213 |
-
with gr.Column(
|
| 214 |
'''
|
| 215 |
-
|
| 216 |
-
<img
|
| 217 |
-
src="https://media.tenor.com/YpGa3zHYc2EAAAAC/money-gold.gif"
|
| 218 |
-
frameborder="0"
|
| 219 |
-
width="850"
|
| 220 |
-
height="645"
|
| 221 |
-
></iframe>
|
| 222 |
'''
|
| 223 |
gr.Markdown(
|
| 224 |
"""
|
|
|
|
| 210 |
)
|
| 211 |
|
| 212 |
with gr.Row():
|
| 213 |
+
with gr.Column(justify='center'):
|
| 214 |
'''
|
| 215 |
+
<img src="https://media.tenor.com/YpGa3zHYc2EAAAAC/money-gold.gif">
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 216 |
'''
|
| 217 |
gr.Markdown(
|
| 218 |
"""
|