Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -564,6 +564,7 @@ with gr.Blocks(CIMStheme) as iface:
|
|
564 |
gr.Markdown(value="<H2 style='text-align: center;'>NILI Compliance Desktop</h2>")
|
565 |
with gr.Column(scale=2):
|
566 |
gr.Markdown("")
|
|
|
567 |
with gr.Tabs() as tabs:
|
568 |
with gr.Tab(label="Contract Upload", id=0) as upload_tab:
|
569 |
with gr.Row():
|
@@ -649,6 +650,7 @@ with gr.Blocks(CIMStheme) as iface:
|
|
649 |
gr.Markdown("")
|
650 |
with gr.Column():
|
651 |
gr.Markdown("")
|
|
|
652 |
with gr.Row(visible=True) as login_row:
|
653 |
with gr.Column():
|
654 |
with gr.Row():
|
|
|
564 |
gr.Markdown(value="<H2 style='text-align: center;'>NILI Compliance Desktop</h2>")
|
565 |
with gr.Column(scale=2):
|
566 |
gr.Markdown("")
|
567 |
+
"""
|
568 |
with gr.Tabs() as tabs:
|
569 |
with gr.Tab(label="Contract Upload", id=0) as upload_tab:
|
570 |
with gr.Row():
|
|
|
650 |
gr.Markdown("")
|
651 |
with gr.Column():
|
652 |
gr.Markdown("")
|
653 |
+
"""
|
654 |
with gr.Row(visible=True) as login_row:
|
655 |
with gr.Column():
|
656 |
with gr.Row():
|