Elfsong commited on
Commit
1205903
·
verified ·
1 Parent(s): 589b650

Update app.py

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