Spaces:
Paused
Paused
Update app.py
Browse files
app.py
CHANGED
@@ -92,7 +92,7 @@ css="""
|
|
92 |
#col-container {max-width: 510px; margin-left: auto; margin-right: auto;}
|
93 |
"""
|
94 |
with gr.Blocks(css=css) as demo:
|
95 |
-
with gr.Column(col-container):
|
96 |
gr.Markdown("""
|
97 |
<h1 style="text-align: center;">ControlVideo</h1>
|
98 |
""")
|
|
|
92 |
#col-container {max-width: 510px; margin-left: auto; margin-right: auto;}
|
93 |
"""
|
94 |
with gr.Blocks(css=css) as demo:
|
95 |
+
with gr.Column(elem-id="col-container"):
|
96 |
gr.Markdown("""
|
97 |
<h1 style="text-align: center;">ControlVideo</h1>
|
98 |
""")
|