Commit
•
61d242b
1
Parent(s):
303cbb8
Markdown updates
Browse files
app.py
CHANGED
@@ -50,7 +50,8 @@ with gr.Blocks() as demo:
|
|
50 |
with gr.Tab("FSRS4Anki Optimizer"):
|
51 |
with gr.Box():
|
52 |
gr.Markdown("""
|
53 |
-
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)
|
|
|
54 |
Check out the instructions on the next tab.
|
55 |
""")
|
56 |
with gr.Box():
|
@@ -73,11 +74,12 @@ with gr.Blocks() as demo:
|
|
73 |
with gr.Tab("Instructions"):
|
74 |
with gr.Box():
|
75 |
gr.Markdown("""
|
76 |
-
# How to get personalized Anki parameters
|
77 |
-
If you have been using Anki for some time and have accumulated a lot of review logs, you can try this
|
78 |
-
optimizer app to generate parameters for you.
|
79 |
|
80 |
-
This is based on the amazing work of [Jarrett Ye](https://github.com/L-M-Sherlock)
|
|
|
81 |
# Step 1 - Get the review logs to upload
|
82 |
1. Click the gear icon to the right of a deck’s name
|
83 |
2. Export
|
|
|
50 |
with gr.Tab("FSRS4Anki Optimizer"):
|
51 |
with gr.Box():
|
52 |
gr.Markdown("""
|
53 |
+
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).
|
54 |
+
|
55 |
Check out the instructions on the next tab.
|
56 |
""")
|
57 |
with gr.Box():
|
|
|
74 |
with gr.Tab("Instructions"):
|
75 |
with gr.Box():
|
76 |
gr.Markdown("""
|
77 |
+
# How to get personalized FSRS Anki parameters
|
78 |
+
If you have been using Anki for some time and have accumulated a lot of review logs, you can try this
|
79 |
+
FSRS4Anki optimizer app to generate parameters for you.
|
80 |
|
81 |
+
This is based on the amazing work of [Jarrett Ye](https://github.com/L-M-Sherlock). My goal is to further
|
82 |
+
democratize this technology so anyone can use it!
|
83 |
# Step 1 - Get the review logs to upload
|
84 |
1. Click the gear icon to the right of a deck’s name
|
85 |
2. Export
|