Spaces:
Running
Running
Update ui_components.py
Browse files- 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/"
|