Spaces:
Paused
Paused
Update app.py
Browse files
app.py
CHANGED
@@ -124,7 +124,7 @@ css = """
|
|
124 |
}
|
125 |
|
126 |
"""
|
127 |
-
with gr.Blocks(css = css
|
128 |
with gr.Row(elem_id="container"):
|
129 |
gr.Markdown("""<div style='text-align: center;'><img src="/data/header.png" width="1000" height="500" /></div>""")
|
130 |
|
|
|
124 |
}
|
125 |
|
126 |
"""
|
127 |
+
with gr.Blocks(css = css) as app:
|
128 |
with gr.Row(elem_id="container"):
|
129 |
gr.Markdown("""<div style='text-align: center;'><img src="/data/header.png" width="1000" height="500" /></div>""")
|
130 |
|