Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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="
|
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():
|