w
commited on
Commit
·
b2d94f2
1
Parent(s):
da1ddf8
chore: update title to UltraData-Math-L0-Parser
Browse files
app.py
CHANGED
|
@@ -396,8 +396,8 @@ fieldset legend, fieldset legend span,
|
|
| 396 |
"""
|
| 397 |
|
| 398 |
# Build Gradio interface
|
| 399 |
-
with gr.Blocks(title="UltraData
|
| 400 |
-
gr.HTML('<h1 class="main-title">UltraData
|
| 401 |
gr.HTML('<p class="subtitle">Unified HTML Parser for Mathematical Content Extraction</p>')
|
| 402 |
|
| 403 |
with gr.Row():
|
|
|
|
| 396 |
"""
|
| 397 |
|
| 398 |
# Build Gradio interface
|
| 399 |
+
with gr.Blocks(title="UltraData-Math-L0-Parser", css=custom_css, theme=gr.themes.Soft()) as demo:
|
| 400 |
+
gr.HTML('<h1 class="main-title">UltraData-Math-L0-Parser</h1>')
|
| 401 |
gr.HTML('<p class="subtitle">Unified HTML Parser for Mathematical Content Extraction</p>')
|
| 402 |
|
| 403 |
with gr.Row():
|