Nymbo commited on
Commit
a3d71ce
1 Parent(s): 545e733

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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).