Spaces:
Paused
Paused
Update app.py
Browse files
app.py
CHANGED
@@ -150,7 +150,7 @@ article = """
|
|
150 |
|
151 |
"""
|
152 |
|
153 |
-
with gr.Blocks(css=css) as demo:
|
154 |
with gr.Column(elem_id="col-container"):
|
155 |
gr.HTML("""<div style="text-align: center; max-width: 700px; margin: 0 auto;">
|
156 |
<div
|
|
|
150 |
|
151 |
"""
|
152 |
|
153 |
+
with gr.Blocks(css="style.css") as demo:
|
154 |
with gr.Column(elem_id="col-container"):
|
155 |
gr.HTML("""<div style="text-align: center; max-width: 700px; margin: 0 auto;">
|
156 |
<div
|