dwipper commited on
Commit
167c999
·
1 Parent(s): 5d7d714

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -320,7 +320,7 @@ schools = get_schools()
320
 
321
  get_examples()
322
 
323
- with gr.Blocks() as iface:
324
  with gr.Row():
325
  with gr.Column(scale=2):
326
  gr.Image(label="Logo",value="CIMS Logo Purple.png",width=10,show_download_button=False,interactive=False,show_label=False,elem_id="logo",container=False)
 
320
 
321
  get_examples()
322
 
323
+ with gr.Blocks(CIMStheme) as iface:
324
  with gr.Row():
325
  with gr.Column(scale=2):
326
  gr.Image(label="Logo",value="CIMS Logo Purple.png",width=10,show_download_button=False,interactive=False,show_label=False,elem_id="logo",container=False)