Gabriel commited on
Commit
438a99d
·
verified ·
1 Parent(s): 249c052

Update app.py

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