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