abidlabs HF Staff commited on
Commit
d29d936
·
verified ·
1 Parent(s): 82ff1ca

Update ui_components.py

Browse files
Files changed (1) hide show
  1. 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