pr4nav101 commited on
Commit
c67d5ed
Β·
verified Β·
1 Parent(s): 1cc49b3

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +4 -4
app.py CHANGED
@@ -161,7 +161,7 @@ if page == 'PS1':
161
  st.write("The resultant data is:")
162
  st.write(st.session_state.data1)
163
  else:
164
- st.error('PLEASE UPLOAD AN IMAGE OF THE FORMAT JPG,JPEG OR PNG', icon="🚨")
165
 
166
  elif page == "PS3":
167
  uploaded_file1 = st.file_uploader("Choose a video...", type=["mp4", "mpeg"])
@@ -291,17 +291,17 @@ elif page == "PS3":
291
  st.write(st.session.data)
292
 
293
  else:
294
- st.error('PLEASE UPLOAD AN IMAGE OF THE FORMAT JPG,JPEG OR PNG', icon="🚨")
295
 
296
  elif page == "PS2":
297
  st.header("CLICK ON RUN SCRIPT TO START A TRAFFIC SIMULATION")
298
  script = st.button("RUN SCRIPT")
299
- st.alert("This simulation, Unfortunately was not optimized for deployed but still works for locally run version")
300
  st.write("check out this [link](https://github.com/pranavsrinivasa/Traffic-Optimization-Projects)")
301
 
302
  elif page == "Chat with Results":
303
  st.title('Chat with the Results')
304
  st.write("Please upload the relevant CSV data to get started")
305
 
306
- st.alert("This model, Unfortunately was not optimized for deployed but still works for locally run version")
307
  st.write("check out this [link](https://github.com/pranavsrinivasa/Traffic-Optimization-Projects)")
 
161
  st.write("The resultant data is:")
162
  st.write(st.session_state.data1)
163
  else:
164
+ st.error('PLEASE UPLOAD', icon="🚨")
165
 
166
  elif page == "PS3":
167
  uploaded_file1 = st.file_uploader("Choose a video...", type=["mp4", "mpeg"])
 
291
  st.write(st.session.data)
292
 
293
  else:
294
+ st.error('PLEASE UPLOAD', icon="🚨")
295
 
296
  elif page == "PS2":
297
  st.header("CLICK ON RUN SCRIPT TO START A TRAFFIC SIMULATION")
298
  script = st.button("RUN SCRIPT")
299
+ st.error("This simulation, Unfortunately was not optimized for deployed but still works for locally run version", icon="🚨")
300
  st.write("check out this [link](https://github.com/pranavsrinivasa/Traffic-Optimization-Projects)")
301
 
302
  elif page == "Chat with Results":
303
  st.title('Chat with the Results')
304
  st.write("Please upload the relevant CSV data to get started")
305
 
306
+ st.error("This model, Unfortunately was not optimized for deployed but still works for locally run version", icon="🚨")
307
  st.write("check out this [link](https://github.com/pranavsrinivasa/Traffic-Optimization-Projects)")