Spaces:
Running
Running
Update ui_components.py
Browse files- ui_components.py +1 -0
ui_components.py
CHANGED
@@ -110,6 +110,7 @@ class UIComponents:
|
|
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 |
redirect_url="https://gradio-chat-gradio-app-hfips.hf.space/"
|
114 |
)
|
115 |
|
|
|
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",
|
114 |
redirect_url="https://gradio-chat-gradio-app-hfips.hf.space/"
|
115 |
)
|
116 |
|