daniel-saed commited on
Commit
7226b1b
·
verified ·
1 Parent(s): 927e285

Update utils/ui_components.py

Browse files
Files changed (1) hide show
  1. utils/ui_components.py +1 -1
utils/ui_components.py CHANGED
@@ -57,7 +57,7 @@ def display_results(df: pd.DataFrame):
57
  st.download_button(
58
  label="Download Results (CSV)",
59
  data=csv,
60
- file_name="f1_analysis_results.csv",
61
  mime="text/csv"
62
  )
63
  st.markdown("")
 
57
  st.download_button(
58
  label="Download Results (CSV)",
59
  data=csv,
60
+ file_name="Steering_Angle_Results.csv",
61
  mime="text/csv"
62
  )
63
  st.markdown("")