Commit
•
d791b3c
1
Parent(s):
64960f1
Minor markdown fixes
Browse files
app.py
CHANGED
@@ -36,7 +36,9 @@ def anki_optimizer(file, timezone, next_day_starts_at, revlog_start_date, reques
|
|
36 |
|
37 |
w_markdown = f"""
|
38 |
# These are the weights for step 5
|
39 |
-
`var w = {w};`
|
|
|
|
|
40 |
files = ['prediction.tsv', 'revlog.csv', 'revlog_history.tsv', 'stability_for_analysis.tsv',
|
41 |
'expected_repetitions.csv']
|
42 |
files_out = [proj_dir / file for file in files]
|
@@ -90,7 +92,7 @@ with gr.Blocks() as demo:
|
|
90 |
|
91 |
# Step 3 - Fill in the rest of the settings
|
92 |
|
93 |
-
# Step 4 Click run
|
94 |
|
95 |
# Step 5 - Replace the default parameters in FSRS4Anki with the optimized parameters
|
96 |
![](https://miro.medium.com/v2/resize:fit:1252/format:webp/1*NM4CR-n7nDk3nQN1Bi30EA.png)
|
|
|
36 |
|
37 |
w_markdown = f"""
|
38 |
# These are the weights for step 5
|
39 |
+
`var w = {w};`
|
40 |
+
|
41 |
+
Check out the Analysis tab for more detailed information."""
|
42 |
files = ['prediction.tsv', 'revlog.csv', 'revlog_history.tsv', 'stability_for_analysis.tsv',
|
43 |
'expected_repetitions.csv']
|
44 |
files_out = [proj_dir / file for file in files]
|
|
|
92 |
|
93 |
# Step 3 - Fill in the rest of the settings
|
94 |
|
95 |
+
# Step 4 - Click run
|
96 |
|
97 |
# Step 5 - Replace the default parameters in FSRS4Anki with the optimized parameters
|
98 |
![](https://miro.medium.com/v2/resize:fit:1252/format:webp/1*NM4CR-n7nDk3nQN1Bi30EA.png)
|