Spaces:
Running
on
CPU Upgrade
Running
on
CPU Upgrade
burtenshaw
commited on
Commit
·
5181d14
1
Parent(s):
6f9927c
use bullets for text
Browse files
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'
|
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"):
|