Spaces:
Running
Running
burtenshaw
commited on
Commit
·
24869d6
1
Parent(s):
326d760
no username label
Browse files
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=
|
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 |
|