burtenshaw commited on
Commit
2035f66
·
1 Parent(s): 54ff8f9

format text better

Browse files
Files changed (1) hide show
  1. app.py +6 -7
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
- 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."
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():