Skip to content

Latest commit

 

History

History
36 lines (20 loc) · 1000 Bytes

README.md

File metadata and controls

36 lines (20 loc) · 1000 Bytes

Streamlit PAW

Streamlit PAW (Praktik Aplikasi Web) is a web application of the PAW course. It is built using Streamlit.

Getting Started

You can start editing the app by modifying files inside the streamlit_paw folder. The app auto-updates as you edit the file.

Development

  1. Set up the development environment

    You need to set up your development environment before you can do anything.

    Install Python and Poetry.

  2. Install the dependencies

    poetry install
  3. Run in development mode

    streamlit run streamlit_paw/0_🏠_Home.py

    Open http://localhost:8501 with your browser to see the result.

Learn More

To learn more about Streamlit, take a look at the following resources: