Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -15,23 +15,14 @@ with gr.Blocks() as iface:
|
|
15 |
with gr.Row(visible=False) as app_row:
|
16 |
with gr.Column():
|
17 |
with gr.Row():
|
18 |
-
with gr.Column(
|
19 |
-
gr.Image(label="Logo", value="Nili_v2_Character.png", width=100, height=100, show_download_button=False,
|
20 |
-
interactive=False, show_label=False, elem_id="logo", container=False)
|
21 |
-
with gr.Column(scale=2):
|
22 |
gr.Markdown(value="<H2 style='text-align: center;'>NILI Compliance Desktop</h2>")
|
23 |
-
with gr.Column(scale=2):
|
24 |
-
gr.Markdown("")
|
25 |
with gr.Row(visible=True) as login_row:
|
26 |
with gr.Column():
|
27 |
with gr.Row():
|
28 |
with gr.Column(scale=2):
|
29 |
gr.Markdown("")
|
30 |
with gr.Column(scale=1):
|
31 |
-
with gr.Row():
|
32 |
-
gr.Image(label="Logo", value="Nili_v2_Character.png", width=200, height=200,
|
33 |
-
show_download_button=False,
|
34 |
-
interactive=False, show_label=False, elem_id="logo", container=False)
|
35 |
with gr.Row():
|
36 |
gr.Markdown(value="<H2 style='text-align: center;'>NILI Login</h2>")
|
37 |
with gr.Column(scale=2):
|
|
|
15 |
with gr.Row(visible=False) as app_row:
|
16 |
with gr.Column():
|
17 |
with gr.Row():
|
18 |
+
with gr.Column():
|
|
|
|
|
|
|
19 |
gr.Markdown(value="<H2 style='text-align: center;'>NILI Compliance Desktop</h2>")
|
|
|
|
|
20 |
with gr.Row(visible=True) as login_row:
|
21 |
with gr.Column():
|
22 |
with gr.Row():
|
23 |
with gr.Column(scale=2):
|
24 |
gr.Markdown("")
|
25 |
with gr.Column(scale=1):
|
|
|
|
|
|
|
|
|
26 |
with gr.Row():
|
27 |
gr.Markdown(value="<H2 style='text-align: center;'>NILI Login</h2>")
|
28 |
with gr.Column(scale=2):
|