Update app.py
Browse files
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
|
| 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
|
| 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.
|
| 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.
|
| 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)")
|