Skip to content

Instantly share code, notes, and snippets.

@dsdanielpark
Last active April 11, 2023 13:39
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save dsdanielpark/7332fc99c5c423eaf473e5661320ec43 to your computer and use it in GitHub Desktop.
Save dsdanielpark/7332fc99c5c423eaf473e5661320ec43 to your computer and use it in GitHub Desktop.
about streamlit landing page
  1. Install streamlit
pip install streamlit 
pip install streamlit-chat
  1. check status
$ streamlit hello

  You can now view your Streamlit app in your browser.

  Local URL: http://localhost:8501
  Network URL: http://192.168.1.51:8501
 
  1. make docker file and run tutorial: https://streamlit.io/
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment