burtenshaw HF Staff commited on
Commit
6d4e559
·
verified ·
1 Parent(s): d6a1331

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -0
app.py CHANGED
@@ -391,6 +391,9 @@ with gr.Blocks(
391
  user_info = gr.Markdown()
392
  push_output = gr.Markdown()
393
 
 
 
 
394
  def update_visibility(choice: str):
395
  return gr.update(visible=(choice == "Cross-dataset"))
396
 
 
391
  user_info = gr.Markdown()
392
  push_output = gr.Markdown()
393
 
394
+ # HACK: for some reason gradio wants this.
395
+ login_button.activate()
396
+
397
  def update_visibility(choice: str):
398
  return gr.update(visible=(choice == "Cross-dataset"))
399