burtenshaw commited on
Commit
5181d14
·
1 Parent(s): 6f9927c

use bullets for text

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -216,7 +216,7 @@ with gr.Blocks() as demo:
216
 
217
  with gr.Row(variant="compact"):
218
  gr.Markdown(
219
- "Log in first, then click 'Start' to begin. Answer each question, click 'Next', and finally click 'Submit' to publish your results to the Hugging Face Hub."
220
  )
221
 
222
  with gr.Row(variant="panel"):
 
216
 
217
  with gr.Row(variant="compact"):
218
  gr.Markdown(
219
+ "- Log in first, then click 'Start' to begin. \n- Answer each question, click 'Next' \n- click 'Submit' to publish your results to the Hugging Face Hub."
220
  )
221
 
222
  with gr.Row(variant="panel"):