dwipper commited on
Commit
a9d0df6
1 Parent(s): afc7c0b

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -8
app.py CHANGED
@@ -19,14 +19,8 @@ with gr.Blocks() as iface:
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):
29
- gr.Markdown("")
30
  with gr.Row():
31
  with gr.Column(scale=2):
32
  gr.Markdown("")
 
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
+ gr.Markdown(value="<H2 style='text-align: center;'>NILI Login</h2>")
23
+ with gr.Column():
 
 
 
 
 
 
24
  with gr.Row():
25
  with gr.Column(scale=2):
26
  gr.Markdown("")