Streamlit PAW (Praktik Aplikasi Web) is a web application of the PAW course. It is built using Streamlit.
You can start editing the app by modifying files inside the streamlit_paw
folder. The app auto-updates as you edit the file.
-
Set up the development environment
You need to set up your development environment before you can do anything.
-
Install the dependencies
poetry install
-
Run in development mode
streamlit run streamlit_paw/0_🏠_Home.py
Open http://localhost:8501 with your browser to see the result.
To learn more about Streamlit, take a look at the following resources:
- Streamlit Documentation - learn about Streamlit features.