abidlabs HF Staff commited on
Commit
bf6c006
Β·
verified Β·
1 Parent(s): 9426e6c

Update ui_components.py

Browse files
Files changed (1) hide show
  1. ui_components.py +1 -1
ui_components.py CHANGED
@@ -107,7 +107,7 @@ class UIComponents:
107
  """Create HuggingFace OAuth login section"""
108
  with gr.Group(elem_classes="login-section"):
109
  gr.Markdown("## πŸ”‘ Authentication", container=True)
110
- self.login_status = gr.Markdown("βšͺ Please sign in to access Inference Providers", container=True)
111
  self.login_button = gr.LoginButton(
112
  value="Sign in with Hugging Face",
113
  size="sm",
 
107
  """Create HuggingFace OAuth login section"""
108
  with gr.Group(elem_classes="login-section"):
109
  gr.Markdown("## πŸ”‘ Authentication", container=True)
110
+ self.login_status = gr.Markdown("Please sign in to access Inference Providers", container=True)
111
  self.login_button = gr.LoginButton(
112
  value="Sign in with Hugging Face",
113
  size="sm",