Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -186,7 +186,7 @@ st.write(
|
|
| 186 |
)
|
| 187 |
|
| 188 |
# Acknowledgement
|
| 189 |
-
st.write(":green[[Acknowledgement]] I would like to thank
|
| 190 |
|
| 191 |
# Layout
|
| 192 |
coloumns = [2,1,1,1,1,1,1,1,1,1,1]
|
|
|
|
| 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 |
|
| 191 |
# Layout
|
| 192 |
coloumns = [2,1,1,1,1,1,1,1,1,1,1]
|