From f0a34a0e11421c1ecc93010eb52a73bde720ee4b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nu=C3=B1o=20Sempere?= Date: Tue, 1 Jun 2021 17:18:59 +0200 Subject: [PATCH] Update strmlt.py --- strmlt.py | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/strmlt.py b/strmlt.py index 5dc96eb..07a1068 100644 --- a/strmlt.py +++ b/strmlt.py @@ -19,14 +19,14 @@ if __name__ == "__main__": st.sidebar.write("Good calibration is vital for good judgemental forecasting. " "When a calibrated forecaster predicts 70% on 10 quesions, we actually expect " "around 7 of these to resolve positively. Unfortunately, there is " - "no easy way to see which fractoin of our 70% forecasts resolves " - "positively on Good Judgement Open. Hence I made this web app.") + "no easy way to see which fraction of our 70% forecasts resolves " + "positively on Good Judgement Open. I hence made this web app.") st.sidebar.subheader("On cURL") st.sidebar.write("I use your cookies for gathering information from GJO: which questions did you forecast on; what did you forecast on; how did they resolve.") - st.sidebar.write("I do not use them for other purposes, neither I store them. The code is on [github](https://github.com/yagudin/gjo-calibration).") + st.sidebar.write("I do not use them for other purposes, neither do I store them. The code is on [github](https://github.com/yagudin/gjo-calibration).") st.sidebar.write(""" 1. Go to e.g [gjopen.com/questions](gjopen.com/questions) in a new tab in Chrome or in Firefox. @@ -35,7 +35,7 @@ if __name__ == "__main__": 4. Right click on the first request, which loads the "questions" document. Click Copy, then "copy as cURL". Paste the results here. """) - st.sidebar.write("Nuno Sempere made [video instructions](https://www.youtube.com/watch?v=_G3FNzYNPCs) for an earlier version of the web app.") + st.sidebar.write("Nuño Sempere made [video instructions](https://www.youtube.com/watch?v=_G3FNzYNPCs) for an earlier version of the web app.") # st.sidebar.subheader("On plots and methodology") @@ -48,7 +48,7 @@ if __name__ == "__main__": st.sidebar.subheader("Authorship and acknowledgments") - st.sidebar.write("This web app was built by [Misha Yagudin](mailto:mike.yagudin@gmail.com). I am grateful to [Nuño Sempere](https://nunosempere.github.io/) for providing feedback. All errors are mine.") + st.sidebar.write("This web app was built by [Misha Yagudin](mailto:mike.yagudin@gmail.com). I am grateful to [Nuño Sempere](https://nunosempere.github.io/) for providing feedback. All errors are my own.") # ---