dwipper commited on
Commit
6df2000
·
1 Parent(s): 0868172

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -3
app.py CHANGED
@@ -5,9 +5,6 @@ import gradio as gr
5
  CIMStheme = gr.themes.Soft().set(button_primary_background_fill='#6562F4')
6
 
7
  with gr.Blocks(CIMStheme) as iface:
8
- with gr.Row():
9
- with gr.Column():
10
- gr.Image(label="Logo",value="CIMS Logo Purple.png",height=100,show_download_button=False,interactive=False,show_label=False,elem_id="logo",container=False)
11
  with gr.Row():
12
  with gr.Column():
13
  gr.Markdown(value="<H2 style='text-align: center;'>NILI - Powered by CIMS.AI</h2>")
 
5
  CIMStheme = gr.themes.Soft().set(button_primary_background_fill='#6562F4')
6
 
7
  with gr.Blocks(CIMStheme) as iface:
 
 
 
8
  with gr.Row():
9
  with gr.Column():
10
  gr.Markdown(value="<H2 style='text-align: center;'>NILI - Powered by CIMS.AI</h2>")