Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -187,6 +187,7 @@ st.write(
|
|
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 |
|
|
|
187 |
|
188 |
# Title
|
189 |
st.title(":blue[IDS] Commute π")
|
190 |
+
|
191 |
# Acknowledgement
|
192 |
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.")
|
193 |
|