abidlabs HF Staff commited on
Commit
1f22f83
·
verified ·
1 Parent(s): 37842a5

Update ui_components.py

Browse files
Files changed (1) hide show
  1. ui_components.py +0 -1
ui_components.py CHANGED
@@ -110,7 +110,6 @@ 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
- size="sm",
114
  redirect_url="https://gradio-chat-gradio-app-hfips.hf.space/"
115
  )
116
 
 
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