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

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -217,7 +217,7 @@ def certification(hf_username):
217
  df = df[['passed', 'unit', 'task', 'baseline_metric', 'best_result', 'best_model_id']]
218
  return df
219
 
220
- with gr.Blocks() as demo:
221
  gr.Markdown("""
222
  # πŸ† Check your progress in the Audio Course πŸ†
223
  - To get a certificate of completion, you must **pass 3 out of 4 assignments**.
@@ -237,4 +237,4 @@ def certification(hf_username):
237
  check_progress_button.click(check_progress)
238
  output = gr.Textbox(value="")
239
 
240
- demo.launch()
 
217
  df = df[['passed', 'unit', 'task', 'baseline_metric', 'best_result', 'best_model_id']]
218
  return df
219
 
220
+ with gr.Blocks() as demo:
221
  gr.Markdown("""
222
  # πŸ† Check your progress in the Audio Course πŸ†
223
  - To get a certificate of completion, you must **pass 3 out of 4 assignments**.
 
237
  check_progress_button.click(check_progress)
238
  output = gr.Textbox(value="")
239
 
240
+ demo.launch()