bxleigh commited on
Commit
b7fb5b4
1 Parent(s): d24c34a

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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.set_text(certification(hf_username.text))
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")