Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -332,7 +332,7 @@ SCROLL_TO_TOP_JS = """
|
|
332 |
# Gradio App
|
333 |
def app():
|
334 |
with gr.Blocks() as demo:
|
335 |
-
|
336 |
# Login Page
|
337 |
with gr.Column(visible=True) as login_section:
|
338 |
gr.Markdown("# Login Page")
|
|
|
332 |
# Gradio App
|
333 |
def app():
|
334 |
with gr.Blocks() as demo:
|
335 |
+
gr.HTML(SCROLL_TO_TOP_JS)
|
336 |
# Login Page
|
337 |
with gr.Column(visible=True) as login_section:
|
338 |
gr.Markdown("# Login Page")
|