Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
@@ -55,7 +55,7 @@ example_html = """<div id="myDIV" class="header">
|
|
55 |
<li>Organize office</li>
|
56 |
</ul>"""
|
57 |
|
58 |
-
with gr.Blocks(css=css) as demo:
|
59 |
gr.Markdown("""
|
60 |
# HTML-to-Markdown
|
61 |
Try out model based HTML-to-Markdown with [Reader LM](https://huggingface.co/jinaai/reader-lm-1.5b) and rule based with [Markdownify](https://github.com/matthewwithanm/python-markdownify).
|
|
|
55 |
<li>Organize office</li>
|
56 |
</ul>"""
|
57 |
|
58 |
+
with gr.Blocks(css=css, theme="Nymbo/Nymbo_Theme") as demo:
|
59 |
gr.Markdown("""
|
60 |
# HTML-to-Markdown
|
61 |
Try out model based HTML-to-Markdown with [Reader LM](https://huggingface.co/jinaai/reader-lm-1.5b) and rule based with [Markdownify](https://github.com/matthewwithanm/python-markdownify).
|