From 7395e1c7188c1cfb2e76a3bcf92ff182e5a64b44 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nu=C3=B1o=20Sempere?= Date: Tue, 1 Jun 2021 17:16:35 +0200 Subject: [PATCH] Update strmlt.py Fixed another typo --- strmlt.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/strmlt.py b/strmlt.py index 183b10a..5dc96eb 100644 --- a/strmlt.py +++ b/strmlt.py @@ -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 [a video instructions](https://www.youtube.com/watch?v=_G3FNzYNPCs) for an earlier version of the web app.") + 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.subheader("On plots and methodology") @@ -82,7 +82,7 @@ if __name__ == "__main__": -H 'cookie: a-very-long-mysterious-string' \\ --compressed""" curl_command = st.text_area( - "Om Nom Nom Nom... Paste cURL here, if confued see the sidebar for the instructions.", value=curl_value + "Om Nom Nom Nom... Paste cURL here, if confused see the sidebar for the instructions.", value=curl_value ) if curl_command == curl_value: