nagasurendra commited on
Commit
042e808
·
verified ·
1 Parent(s): 6ff2f86

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -332,7 +332,7 @@ SCROLL_TO_TOP_JS = """
332
  # Gradio App
333
  def app():
334
  with gr.Blocks() as demo:
335
- demo.append(gr.HTML(SCROLL_TO_TOP_JS))
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")