Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -36,16 +36,6 @@ def check_login(username, password):
|
|
36 |
# Gradio UI
|
37 |
# -----------------------------
|
38 |
with gr.Blocks(css="""
|
39 |
-
/* 상단 레이블 */
|
40 |
-
.label-custom {
|
41 |
-
color: navy !important;
|
42 |
-
text-align: center;
|
43 |
-
padding: 12px 20px;
|
44 |
-
font-size: 20px;
|
45 |
-
border-radius: 8px;
|
46 |
-
line-height: 1.5;
|
47 |
-
margin: 20px auto;
|
48 |
-
}
|
49 |
|
50 |
/* 로그인 박스 */
|
51 |
.login-box {
|
@@ -90,9 +80,6 @@ with gr.Blocks(css="""
|
|
90 |
}
|
91 |
""") as demo:
|
92 |
|
93 |
-
# 상단 레이블
|
94 |
-
gr.Label("Visual Explore NYC-Airbnb data in PyGWalker and Gradio", elem_classes="label-custom")
|
95 |
-
|
96 |
# 로그인 화면
|
97 |
with gr.Group(visible=True, elem_classes="login-box") as login_box:
|
98 |
gr.Markdown("### 🔑 로그인", elem_classes="text-center")
|
|
|
36 |
# Gradio UI
|
37 |
# -----------------------------
|
38 |
with gr.Blocks(css="""
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
39 |
|
40 |
/* 로그인 박스 */
|
41 |
.login-box {
|
|
|
80 |
}
|
81 |
""") as demo:
|
82 |
|
|
|
|
|
|
|
83 |
# 로그인 화면
|
84 |
with gr.Group(visible=True, elem_classes="login-box") as login_box:
|
85 |
gr.Markdown("### 🔑 로그인", elem_classes="text-center")
|