Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -260,7 +260,7 @@ def create_interface():
|
|
260 |
.status {color: #666; font-style: italic;}
|
261 |
"""
|
262 |
|
263 |
-
with gr.Blocks(title="Mistral OCR
|
264 |
gr.Markdown("# Mistral OCR App\nUpload images or PDFs, or provide a PDF URL for OCR processing")
|
265 |
|
266 |
with gr.Row():
|
|
|
260 |
.status {color: #666; font-style: italic;}
|
261 |
"""
|
262 |
|
263 |
+
with gr.Blocks(title="Mistral OCR Demo", css=css) as demo:
|
264 |
gr.Markdown("# Mistral OCR App\nUpload images or PDFs, or provide a PDF URL for OCR processing")
|
265 |
|
266 |
with gr.Row():
|