burtenshaw
commited on
Commit
·
2035f66
1
Parent(s):
54ff8f9
format text better
Browse files
app.py
CHANGED
@@ -278,13 +278,12 @@ with gr.Blocks() as demo:
|
|
278 |
user_answers = gr.State(value=[])
|
279 |
|
280 |
with gr.Row(variant="compact"):
|
281 |
-
|
282 |
-
|
283 |
-
|
284 |
-
|
285 |
-
|
286 |
-
|
287 |
-
)
|
288 |
|
289 |
with gr.Row(variant="panel"):
|
290 |
with gr.Column():
|
|
|
278 |
user_answers = gr.State(value=[])
|
279 |
|
280 |
with gr.Row(variant="compact"):
|
281 |
+
intro_text = """
|
282 |
+
## Welcome to the smolagents code reviewer
|
283 |
+
|
284 |
+
This application will review your smolagents code, and provide feedback on your solutions. This exercise is not reviewed or certified! It's about trying out smolagents for the first time.
|
285 |
+
|
286 |
+
ℹ️ Log in first, then click 'Start' to begin. Complete each coding challenge and click 'Next' to proceed. You'll get feedback on your solutions at the end."""
|
|
|
287 |
|
288 |
with gr.Row(variant="panel"):
|
289 |
with gr.Column():
|