bxleigh commited on
Commit
dee2d7d
·
1 Parent(s): 06f3f97

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -228,7 +228,7 @@ with gr.Blocks() as demo:
228
  To check your progress, type your Hugging Face Username here (in my case MariaK)
229
  """)
230
 
231
- hf_username = gr.Textbox(placeholder="MariaK", label="Your Hugging Face Username")
232
  check_progress_button = gr.Button(value="Check my progress")
233
 
234
  def check_progress():
 
228
  To check your progress, type your Hugging Face Username here (in my case MariaK)
229
  """)
230
 
231
+ hf_username = gr.Textbox(placeholder="bxleigh", label="Your Hugging Face Username",value="bxleigh")
232
  check_progress_button = gr.Button(value="Check my progress")
233
 
234
  def check_progress():