Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -77,7 +77,7 @@ def show_dependencies(text, with_labels=True):
|
|
77 |
with gr.Blocks() as demo:
|
78 |
gr.HTML(f"""
|
79 |
<div style='display: flex; align-items: center; gap: 20px; margin-bottom: 20px;'>
|
80 |
-
<h1 style='font-size: 28px; font-weight: bold; margin: 0;'>
|
81 |
</div>
|
82 |
""")
|
83 |
|
|
|
77 |
with gr.Blocks() as demo:
|
78 |
gr.HTML(f"""
|
79 |
<div style='display: flex; align-items: center; gap: 20px; margin-bottom: 20px;'>
|
80 |
+
<h1 style='font-size: 28px; font-weight: bold; margin: 0;'>Demo Parse</h1>
|
81 |
</div>
|
82 |
""")
|
83 |
|