Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -16,7 +16,7 @@ def load_iiif_docs():
|
|
16 |
print(f"Error fetching document: {error}")
|
17 |
return f"Error fetching document: {str(error)}"
|
18 |
|
19 |
-
with gr.Blocks(
|
20 |
gr.HTML("<center><h1>IIIF Docs</h1></center>")
|
21 |
with gr.Row():
|
22 |
with gr.Column():
|
|
|
16 |
print(f"Error fetching document: {error}")
|
17 |
return f"Error fetching document: {str(error)}"
|
18 |
|
19 |
+
with gr.Blocks() as demo:
|
20 |
gr.HTML("<center><h1>IIIF Docs</h1></center>")
|
21 |
with gr.Row():
|
22 |
with gr.Column():
|