Differences
This shows you the differences between two versions of the page.
Both sides previous revision Previous revision Next revision | Previous revision | ||
osdse:streamlit_with_apache [2025/04/07 15:51] – david | osdse:streamlit_with_apache [2025/04/07 15:59] (current) – david | ||
---|---|---|---|
Line 1: | Line 1: | ||
Configuration for using streamlit with apache (as a reverse proxy) to serve a streamlit project. | Configuration for using streamlit with apache (as a reverse proxy) to serve a streamlit project. | ||
+ | |||
+ | [[https:// | ||
====== Streamlit Configuration ====== | ====== Streamlit Configuration ====== | ||
Line 5: | Line 7: | ||
<code bash> | <code bash> | ||
mkdir streamlit_app | mkdir streamlit_app | ||
- | cd streamlit_test | + | cd streamlit_app |
python --version | python --version |