Roestlab / massdash

MassDash: A web-based dashboard for streamlined DIA-MS visualization, analysis, prototyping, and optimization
https://massdash.streamlit.app/
BSD 3-Clause "New" or "Revised" License
16 stars 3 forks source link

[ADD] server port argument to gui command #80

Closed singjc closed 8 months ago

singjc commented 8 months ago

Add server.port flag to gui to pass to streamlit to specify port if desired.

streamlit run streamlit_app.py --server.port 8080

By default streamlit uses 8501