Update app.py

#3
by reach-vb HF Staff - opened
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -189,7 +189,7 @@ def build_interface():
189
 
190
  # --- Authentication UI -------------------------------------------
191
  if hasattr(gr, "LoginButton"):
192
- login_btn = gr.LoginButton(label="πŸ” Sign in with Hugging Face")
193
  token_status = gr.Markdown(value=f"Not logged in – using free quota (max {FREE_REQUESTS})")
194
 
195
  def _handle_login(login_data: Any):
 
189
 
190
  # --- Authentication UI -------------------------------------------
191
  if hasattr(gr, "LoginButton"):
192
+ login_btn = gr.LoginButton()
193
  token_status = gr.Markdown(value=f"Not logged in – using free quota (max {FREE_REQUESTS})")
194
 
195
  def _handle_login(login_data: Any):