Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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)
|