baibai25 / streamlit_tutorial

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

streamlit_tutorial

ラボ勉強会用

How to use

Streamlit

  • Notebookを実行し、app.pyを作成
  • streamlit run app.py

ngrok

  • .envrcを作成
    • NGROK_TOKEN="YOUR ngrok TOKEN"
$ ngrok authtoken $NGROK_TOKEN
$ streamlit run app.py
$ ngrok http PORT_NUMBER

Streamlit Community Cloud

About


Languages

Language:Jupyter Notebook 100.0%