abidlabs HF Staff commited on
Commit
c0e9d88
·
verified ·
1 Parent(s): dc2b664

Update ui_components.py

Browse files
Files changed (1) hide show
  1. ui_components.py +0 -1
ui_components.py CHANGED
@@ -106,7 +106,6 @@ class UIComponents:
106
  def _create_login_section(self):
107
  """Create HuggingFace OAuth login section"""
108
  with gr.Group(elem_classes="login-section"):
109
- gr.Markdown("## 🔑 Authentication", container=True)
110
  self.login_button = gr.LoginButton(
111
  value="Sign in for Inference",
112
  redirect_url="https://gradio-chat-gradio-app-hfips.hf.space/"
 
106
  def _create_login_section(self):
107
  """Create HuggingFace OAuth login section"""
108
  with gr.Group(elem_classes="login-section"):
 
109
  self.login_button = gr.LoginButton(
110
  value="Sign in for Inference",
111
  redirect_url="https://gradio-chat-gradio-app-hfips.hf.space/"