prithivMLmods commited on
Commit
01e0efb
·
verified ·
1 Parent(s): aed73b6

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -214,7 +214,7 @@ css = """
214
  """
215
 
216
  # Create the Gradio Interface
217
- with gr.Blocks(css=css) as demo:
218
  gr.Markdown("# **Multimodal OCR**")
219
  with gr.Row():
220
  with gr.Column():
 
214
  """
215
 
216
  # Create the Gradio Interface
217
+ with gr.Blocks(css=css, theme="bethecloud/storj_theme") as demo:
218
  gr.Markdown("# **Multimodal OCR**")
219
  with gr.Row():
220
  with gr.Column():