jiayong commited on
Commit
31792e8
1 Parent(s): 3224845

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -190,7 +190,8 @@ with gr.Blocks(title = "Dreamoving",
190
  "# Gradio OAuth Space\n\nThis Space is a demo for the new **Sign in with Hugging Face** feature."
191
  )
192
  gr.LoginButton()
193
- demo.load(hello, inputs=None, outputs=m1)
 
194
  with gr.Row():
195
  gr.HTML(f"""
196
  <div id=css_img_dreamoving>
 
190
  "# Gradio OAuth Space\n\nThis Space is a demo for the new **Sign in with Hugging Face** feature."
191
  )
192
  gr.LoginButton()
193
+ m_text = gr.Markdown()
194
+ demo.load(hello, inputs=None, outputs=m_text)
195
  with gr.Row():
196
  gr.HTML(f"""
197
  <div id=css_img_dreamoving>