jovian commited on
Commit
a26929b
·
1 Parent(s): 3cf877d
Files changed (1) hide show
  1. app.py +3 -1
app.py CHANGED
@@ -452,6 +452,8 @@ with gr.Blocks(css = css,js=js_func) as demo:
452
  with gr.Column():
453
  gr.Markdown(value="<h2 class='login' style='text-align: center;'>OIS AI Defect Detection Login Page</h2>")
454
  with gr.Row():
 
 
455
  with gr.Column(scale=1, variant='panel'):
456
  username_tbox = gr.Textbox(label="User Name", interactive=True)
457
  password_tbox = gr.Textbox(label="Password", interactive=True, type='password')
@@ -476,7 +478,7 @@ with gr.Blocks(css = css,js=js_func) as demo:
476
  outputs=[header_row, input_row, area_graph_row, area_btn_row, frequency_graph_row, frequency_btn_row, login_row]
477
  )
478
 
479
- with gr.Column(scale=1):
480
  gr.Markdown("")
481
 
482
 
 
452
  with gr.Column():
453
  gr.Markdown(value="<h2 class='login' style='text-align: center;'>OIS AI Defect Detection Login Page</h2>")
454
  with gr.Row():
455
+ with gr.Column(scale=2):
456
+ gr.Markdown("")
457
  with gr.Column(scale=1, variant='panel'):
458
  username_tbox = gr.Textbox(label="User Name", interactive=True)
459
  password_tbox = gr.Textbox(label="Password", interactive=True, type='password')
 
478
  outputs=[header_row, input_row, area_graph_row, area_btn_row, frequency_graph_row, frequency_btn_row, login_row]
479
  )
480
 
481
+ with gr.Column(scale=3):
482
  gr.Markdown("")
483
 
484