Rasleen commited on
Commit
05d2608
·
verified ·
1 Parent(s): dbaa8d8

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +12 -4
README.md CHANGED
@@ -11,9 +11,17 @@ pinned: false
11
  short_description: Streamlit template space
12
  ---
13
 
14
- # Welcome to Streamlit!
15
 
16
- Edit `/src/streamlit_app.py` to customize this app to your heart's desire. :heart:
17
 
18
- If you have any questions, checkout our [documentation](https://docs.streamlit.io) and [community
19
- forums](https://discuss.streamlit.io).
 
 
 
 
 
 
 
 
 
11
  short_description: Streamlit template space
12
  ---
13
 
14
+ # Smart Traffic Light Simulation 🚦
15
 
16
+ This is a simple web-based simulation of a smart traffic light system using Streamlit. The light turns green for the road with the highest vehicle count.
17
 
18
+ ## Features
19
+ - Vehicle count input for 4 roads
20
+ - Dynamic traffic light switching logic
21
+ - Visual display with color indicators
22
+
23
+ ## How to Run Locally
24
+
25
+ ```bash
26
+ pip install -r requirements.txt
27
+ streamlit run app.py