Spaces:
Sleeping
Sleeping
jovian commited on
Commit ·
2974ec8
1
Parent(s): 8c09cb8
login
Browse files
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:
|
| 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="<
|
| 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("")
|