jovian commited on
Commit
2974ec8
·
1 Parent(s): 8c09cb8
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -281,7 +281,7 @@ with gr.Blocks() as demo:
281
  }
282
 
283
  .gradio-container-5-4-0 .prose :first-child {
284
- margin-top: 100px
285
  }
286
 
287
 
@@ -445,7 +445,7 @@ with gr.Blocks() as demo:
445
  # Login row, initially visible
446
  with gr.Row(visible=True) as login_row:
447
  with gr.Column():
448
- gr.Markdown(value="<H2 style='text-align: center;'>Login Page</h2>")
449
  with gr.Row():
450
  with gr.Column(scale=2):
451
  gr.Markdown("")
 
281
  }
282
 
283
  .gradio-container-5-4-0 .prose :first-child {
284
+ margin-top: 85px
285
  }
286
 
287
 
 
445
  # Login row, initially visible
446
  with gr.Row(visible=True) as login_row:
447
  with gr.Column():
448
+ gr.Markdown(value="<div style='text-align: center;'><h2>Login Page</h2></div>")
449
  with gr.Row():
450
  with gr.Column(scale=2):
451
  gr.Markdown("")