Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -324,8 +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.Textbox(value="# NILI - Powered by CIMS.AI",show_label=False,interactive=False,text_align="center",elem_id="CIMSTitle")
|
329 |
gr.Markdown(value="# NILI - Powered by CIMS.AI")
|
330 |
with gr.Column(scale=2):
|
331 |
gr.Markdown("")
|
@@ -346,7 +345,7 @@ with gr.Blocks() as iface:
|
|
346 |
examples=ui_examples,
|
347 |
cache_examples = False,
|
348 |
flagging_options=["The response is incorrect","The response is inappropriate","The response doesn't make sense"]
|
349 |
-
)
|
350 |
with gr.Row():
|
351 |
with gr.Column():
|
352 |
gr.HTML('<center><i>CIMS.AI Confidential 2023</i></center>')
|
|
|
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("")
|
|
|
345 |
examples=ui_examples,
|
346 |
cache_examples = False,
|
347 |
flagging_options=["The response is incorrect","The response is inappropriate","The response doesn't make sense"]
|
348 |
+
)"""
|
349 |
with gr.Row():
|
350 |
with gr.Column():
|
351 |
gr.HTML('<center><i>CIMS.AI Confidential 2023</i></center>')
|