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