Spaces:
Sleeping
Sleeping
Ouz
commited on
Commit
·
6910723
1
Parent(s):
ec7fff2
add divider
Browse files
app.py
CHANGED
@@ -64,6 +64,8 @@ with gr.Blocks(theme=gr.themes.Default(primary_hue="blue")) as demo:
|
|
64 |
type="password",
|
65 |
show_label=True,
|
66 |
)
|
|
|
|
|
67 |
|
68 |
with gr.Row():
|
69 |
# Left column
|
|
|
64 |
type="password",
|
65 |
show_label=True,
|
66 |
)
|
67 |
+
|
68 |
+
gr.Markdown("---") # Divider
|
69 |
|
70 |
with gr.Row():
|
71 |
# Left column
|