derek-thomas HF staff commited on
Commit
9316a19
1 Parent(s): 63a3946

Markdown updates

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -52,6 +52,7 @@ with gr.Blocks() as demo:
52
  with gr.Box():
53
  gr.Markdown("""
54
  Based on the [tutorial](https://medium.com/@JarrettYe/how-to-use-the-next-generation-spaced-repetition-algorithm-fsrs-on-anki-5a591ca562e2) of [Jarrett Ye](https://github.com/L-M-Sherlock).
 
55
 
56
  Check out the instructions on the next tab.
57
  """)
 
52
  with gr.Box():
53
  gr.Markdown("""
54
  Based on the [tutorial](https://medium.com/@JarrettYe/how-to-use-the-next-generation-spaced-repetition-algorithm-fsrs-on-anki-5a591ca562e2) of [Jarrett Ye](https://github.com/L-M-Sherlock).
55
+ This application can give you updated parameters without having to code.
56
 
57
  Check out the instructions on the next tab.
58
  """)