Update app.py
Browse files
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 |
|