Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -185,6 +185,8 @@ st.write(
|
|
| 185 |
unsafe_allow_html=True,
|
| 186 |
)
|
| 187 |
|
|
|
|
|
|
|
| 188 |
# Acknowledgement
|
| 189 |
st.write(":green[[Acknowledgement]] I would like to thank [NextBus](https://nnextbus.nus.edu.sg), [LTA](https://datamall2.mytransport.sg), and [SMRT](https://trainarrivalweb.smrt.com.sg/) for providing data, albeit perhaps unintentionally. If you plan to use their data as well, please be considerate with your network traffic to avoid disrupting their services.")
|
| 190 |
|
|
|
|
| 185 |
unsafe_allow_html=True,
|
| 186 |
)
|
| 187 |
|
| 188 |
+
# Title
|
| 189 |
+
st.title(":blue[IDS] Commute 🚌")
|
| 190 |
# Acknowledgement
|
| 191 |
st.write(":green[[Acknowledgement]] I would like to thank [NextBus](https://nnextbus.nus.edu.sg), [LTA](https://datamall2.mytransport.sg), and [SMRT](https://trainarrivalweb.smrt.com.sg/) for providing data, albeit perhaps unintentionally. If you plan to use their data as well, please be considerate with your network traffic to avoid disrupting their services.")
|
| 192 |
|