Spaces:
Running
on
Zero
Running
on
Zero
Commit
•
7c6bc2a
1
Parent(s):
ce32b6a
Update app.py (#2)
Browse files- Update app.py (a42e9c26b8d7a30d22c01f1418ad78858e0c95de)
Co-authored-by: yuvraj sharma <[email protected]>
app.py
CHANGED
@@ -151,7 +151,7 @@ css = """
|
|
151 |
}
|
152 |
"""
|
153 |
|
154 |
-
with gr.Blocks(css=css,
|
155 |
with gr.Column(elem_id="col-container"):
|
156 |
gr.Markdown(f"""
|
157 |
<div style="text-align: center; font-size: 32px; font-weight: bold; margin-bottom: 20px;">
|
|
|
151 |
}
|
152 |
"""
|
153 |
|
154 |
+
with gr.Blocks(css=css,) as demo:
|
155 |
with gr.Column(elem_id="col-container"):
|
156 |
gr.Markdown(f"""
|
157 |
<div style="text-align: center; font-size: 32px; font-weight: bold; margin-bottom: 20px;">
|