dwipper commited on
Commit
800cbcb
·
1 Parent(s): e9a3875

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -432,7 +432,7 @@ with gr.Blocks(CIMStheme) as iface:
432
  with gr.Column(scale=2):
433
  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)
434
  with gr.Column(scale=2):
435
- gr.Markdown(value="# Scout - Powered by CIMS.AI")
436
  with gr.Column(scale=2):
437
  gr.Markdown("")
438
  with gr.Row(variant='panel'):
 
432
  with gr.Column(scale=2):
433
  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)
434
  with gr.Column(scale=2):
435
+ gr.Markdown(value="<H1 style='text-align: center;'>Scout - Powered by CIMS.AI</h1>")
436
  with gr.Column(scale=2):
437
  gr.Markdown("")
438
  with gr.Row(variant='panel'):