svjack commited on
Commit
d56f585
·
verified ·
1 Parent(s): 17c031b

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -285,7 +285,7 @@ with gr.Blocks(title="Hugging Face Community Stats") as demo:
285
  label="Hub username",
286
  placeholder="Enter Hugging Face username...",
287
  scale=6,
288
- value="bartowski",
289
  )
290
  submit_btn = gr.Button("Get Stats", scale=6)
291
  with gr.Row():
 
285
  label="Hub username",
286
  placeholder="Enter Hugging Face username...",
287
  scale=6,
288
+ value="svjack",
289
  )
290
  submit_btn = gr.Button("Get Stats", scale=6)
291
  with gr.Row():