burtenshaw
commited on
Commit
·
54ff8f9
1
Parent(s):
65389b4
add explanation to the app page
Browse files
app.py
CHANGED
|
@@ -278,8 +278,9 @@ with gr.Blocks() as demo:
|
|
| 278 |
user_answers = gr.State(value=[])
|
| 279 |
|
| 280 |
with gr.Row(variant="compact"):
|
| 281 |
-
gr.Markdown(f"## Welcome to the
|
| 282 |
-
|
|
|
|
| 283 |
gr.Markdown(
|
| 284 |
"Log in first, then click 'Start' to begin. Complete each coding challenge "
|
| 285 |
"and click 'Next' to proceed. You'll get feedback on your solutions at the end."
|
|
|
|
| 278 |
user_answers = gr.State(value=[])
|
| 279 |
|
| 280 |
with gr.Row(variant="compact"):
|
| 281 |
+
gr.Markdown(f"## Welcome to the smolagents code reviewer")
|
| 282 |
+
gr.Markdown("This application will review your smolagents code, and provide feedback on your solutions.")
|
| 283 |
+
gr.Markdown("This exercise is not reviewed or certified! It's about trying out smolagents for the first time.")
|
| 284 |
gr.Markdown(
|
| 285 |
"Log in first, then click 'Start' to begin. Complete each coding challenge "
|
| 286 |
"and click 'Next' to proceed. You'll get feedback on your solutions at the end."
|