Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -233,7 +233,7 @@ with gr.Blocks() as demo:
|
|
233 |
check_progress_button = gr.Button(value="Check my progress")
|
234 |
|
235 |
def check_progress():
|
236 |
-
output.
|
237 |
|
238 |
check_progress_button.click(check_progress)
|
239 |
output = gr.Textbox(value="meow")
|
|
|
233 |
check_progress_button = gr.Button(value="Check my progress")
|
234 |
|
235 |
def check_progress():
|
236 |
+
output.value = certification(hf_username.text)
|
237 |
|
238 |
check_progress_button.click(check_progress)
|
239 |
output = gr.Textbox(value="meow")
|