Elfsong commited on
Commit
99e0e39
Β·
verified Β·
1 Parent(s): 1205903

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
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