Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
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():
|