Update navigation/soon.py
Browse files- navigation/soon.py +5 -0
navigation/soon.py
CHANGED
|
@@ -56,7 +56,12 @@ with col2:
|
|
| 56 |
with st.spinner("Processing frames..."):
|
| 57 |
|
| 58 |
display_results(df)
|
|
|
|
| 59 |
|
|
|
|
|
|
|
|
|
|
|
|
|
| 60 |
st.markdown("")
|
| 61 |
st.subheader("Steering Line Chart 📈")
|
| 62 |
# Create a Plotly figure
|
|
|
|
| 56 |
with st.spinner("Processing frames..."):
|
| 57 |
|
| 58 |
display_results(df)
|
| 59 |
+
#st.markdown("#### Download Results 📥")
|
| 60 |
|
| 61 |
+
#if st.button("Download Results (CSV)"):
|
| 62 |
+
# st.session_state.btn = True
|
| 63 |
+
# df.to_csv(str(driver)+"_Steering_data_results.csv", index=False)
|
| 64 |
+
# st.info("Results downloaded successfully! you can find the file in your current directory.")
|
| 65 |
st.markdown("")
|
| 66 |
st.subheader("Steering Line Chart 📈")
|
| 67 |
# Create a Plotly figure
|