yesbut commited on
Commit
bcc5986
ยท
verified ยท
1 Parent(s): 7bbdd9f

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -2
app.py CHANGED
@@ -262,8 +262,9 @@ def certification(hf_username):
262
 
263
  with gr.Blocks() as demo:
264
  gr.Markdown("""
265
- # ๐Ÿ† Check your progress in the Deep Reinforcement Learning Course ๐Ÿ†
266
- Automatically checks progress for the username 'yesbut'.
 
267
  """)
268
  # Hidden Textbox to pass the username
269
  hf_username = gr.Textbox(value="yesbut", visible=False)
 
262
 
263
  with gr.Blocks() as demo:
264
  gr.Markdown("""
265
+ # ๐Ÿ† Progress in the Deep Reinforcement Learning Course ๐Ÿ†
266
+ (From Thomassimonini)
267
+
268
  """)
269
  # Hidden Textbox to pass the username
270
  hf_username = gr.Textbox(value="yesbut", visible=False)