Spaces:
Running
Running
burtenshaw
commited on
Commit
·
9b079e4
1
Parent(s):
be34010
add more example profiles
Browse files
app.py
CHANGED
@@ -282,7 +282,13 @@ with gr.Blocks(title="Hugging Face Community Stats") as demo:
|
|
282 |
|
283 |
# Add example usernames
|
284 |
gr.Examples(
|
285 |
-
examples=[
|
|
|
|
|
|
|
|
|
|
|
|
|
286 |
inputs=username_input,
|
287 |
label="Try these examples",
|
288 |
)
|
|
|
282 |
|
283 |
# Add example usernames
|
284 |
gr.Examples(
|
285 |
+
examples=[
|
286 |
+
["merve"],
|
287 |
+
["mlabonne"],
|
288 |
+
["bartowski"],
|
289 |
+
["huggingface"],
|
290 |
+
["cfahlgren1"],
|
291 |
+
],
|
292 |
inputs=username_input,
|
293 |
label="Try these examples",
|
294 |
)
|