BananaSauce commited on
Commit
ab3ed36
·
1 Parent(s): bdb15d5

Update pre.py

Browse files
Files changed (1) hide show
  1. pre.py +1 -1
pre.py CHANGED
@@ -63,7 +63,7 @@ def add_app_description():
63
  st.markdown("### Instructions:")
64
  st.write("1. Upload your CSV file using the file uploader on the sidebar.")
65
  st.write("2. Choose between 'Multi' and 'Compare' mode using the button on the sidebar.")
66
- st.write("3. In 'Multi' mode, the app analyzes a single CSV file.")
67
  st.write("4. In 'Compare' mode, you can upload two CSV files to compare them.")
68
 
69
  st.markdown("### Features:")
 
63
  st.markdown("### Instructions:")
64
  st.write("1. Upload your CSV file using the file uploader on the sidebar.")
65
  st.write("2. Choose between 'Multi' and 'Compare' mode using the button on the sidebar.")
66
+ st.write("3. In 'Multi' mode, you can upload and analyze multiple CSV files for individual environments.")
67
  st.write("4. In 'Compare' mode, you can upload two CSV files to compare them.")
68
 
69
  st.markdown("### Features:")