JoaquinVanschoren commited on
Commit
3fb309b
·
1 Parent(s): 549e55c

login fix

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -104,7 +104,7 @@ def create_ui():
104
  gr.HTML("<p style='text-align:center; margin:0;'>"
105
  "If your dataset is hosted on Hugging Face, please log in to avoid rate limiting issues. "
106
  "If your dataset is not on Hugging Face, you can still use the validator without logging in.</p>")
107
- gr.LoginButton(variant="secondary", icon=None, scale=0, elem_classes=["login-button"])
108
 
109
  # Track the active tab for conditional UI updates
110
  active_tab = gr.State("upload") # Default to upload tab
 
104
  gr.HTML("<p style='text-align:center; margin:0;'>"
105
  "If your dataset is hosted on Hugging Face, please log in to avoid rate limiting issues. "
106
  "If your dataset is not on Hugging Face, you can still use the validator without logging in.</p>")
107
+ gr.LoginButton(variant="secondary", icon=None, scale=0, link_target="_blank", elem_classes=["login-button"])
108
 
109
  # Track the active tab for conditional UI updates
110
  active_tab = gr.State("upload") # Default to upload tab