Update app.py
Browse files
app.py
CHANGED
|
@@ -262,8 +262,9 @@ def certification(hf_username):
|
|
| 262 |
|
| 263 |
with gr.Blocks() as demo:
|
| 264 |
gr.Markdown("""
|
| 265 |
-
# 🏆
|
| 266 |
-
|
|
|
|
| 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)
|