deploy: update habadashi_login
Browse files
login.py
CHANGED
|
@@ -51,8 +51,8 @@ def create_login_ui(handle_login_fn):
|
|
| 51 |
"""
|
| 52 |
with gr.Blocks(title="Login") as ui:
|
| 53 |
|
| 54 |
-
# --- 上段: ロ
|
| 55 |
-
gr.
|
| 56 |
|
| 57 |
with gr.Column(visible=True) as login_form:
|
| 58 |
email_input = gr.Textbox(label="Email")
|
|
|
|
| 51 |
"""
|
| 52 |
with gr.Blocks(title="Login") as ui:
|
| 53 |
|
| 54 |
+
# --- 上段: ロゴ ---
|
| 55 |
+
gr.HTML('<img src="/file=logo.png" alt="dlpo" style="height:48px;display:block;margin:16px 0 8px 0;">')
|
| 56 |
|
| 57 |
with gr.Column(visible=True) as login_form:
|
| 58 |
email_input = gr.Textbox(label="Email")
|
logo.png
ADDED
|