burtenshaw commited on
Commit
24869d6
·
1 Parent(s): 326d760

no username label

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -135,7 +135,7 @@ with gr.Blocks(title="Hugging Face Community Stats") as demo:
135
 
136
  with gr.Row():
137
  username_input = gr.Textbox(
138
- label="Username", placeholder="Enter Hugging Face username...", scale=4
139
  )
140
  submit_btn = gr.Button("Get Stats", scale=1)
141
 
 
135
 
136
  with gr.Row():
137
  username_input = gr.Textbox(
138
+ label=None, placeholder="Enter Hugging Face username...", scale=4
139
  )
140
  submit_btn = gr.Button("Get Stats", scale=1)
141