Spaces:
Running
Running
Commit ·
bf4e4e1
1
Parent(s): 3fb309b
login fix
Browse files
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,
|
| 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, elem_classes=["login-button"])
|
| 108 |
|
| 109 |
# Track the active tab for conditional UI updates
|
| 110 |
active_tab = gr.State("upload") # Default to upload tab
|