diff --git a/README.md b/README.md index 4816edb..3078a07 100644 --- a/README.md +++ b/README.md @@ -20,7 +20,7 @@ pip install streamlit In your terminal, with your conda env activated, just type: ``` -streamlit run path_to_your_file/example_streamlit_pythonocc.py +streamlit run /example_streamlit_pythonocc.py ``` ### Examples diff --git a/example_streamlit_pythonocc.py b/example_streamlit_pythonocc.py index 7fa5c94..5eb87b1 100644 --- a/example_streamlit_pythonocc.py +++ b/example_streamlit_pythonocc.py @@ -74,3 +74,5 @@ def render_thread(self, q): # streamlit run path_to_your_file/example_streamlit_pythonocc.py + +