dwipper commited on
Commit
7091019
·
1 Parent(s): 1e0dee2

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +4 -4
app.py CHANGED
@@ -324,7 +324,7 @@ 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)
327
- """ with gr.Column(scale=2):
328
  gr.Markdown(value="# NILI - Powered by CIMS.AI")
329
  with gr.Column(scale=2):
330
  gr.Markdown("")
@@ -349,6 +349,6 @@ with gr.Blocks() as iface:
349
  with gr.Row():
350
  with gr.Column():
351
  gr.HTML('<center><i>CIMS.AI Confidential 2023</i></center>')
352
- """
353
- iface.launch(auth=('admin','cimsai'))
354
- #iface.launch()
 
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)
327
+ with gr.Column(scale=2):
328
  gr.Markdown(value="# NILI - Powered by CIMS.AI")
329
  with gr.Column(scale=2):
330
  gr.Markdown("")
 
349
  with gr.Row():
350
  with gr.Column():
351
  gr.HTML('<center><i>CIMS.AI Confidential 2023</i></center>')
352
+
353
+ #iface.launch(auth=('admin','cimsai'))
354
+ iface.launch()