yes2code commited on
Commit
e6f79d0
·
1 Parent(s): 9bf6829

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -59,7 +59,7 @@ palette = [
59
 
60
  def main():
61
  file = st.sidebar.file_uploader("Upload Your CSV File Here: ")
62
- Print("Step 2: Process the file")
63
  process = st.sidebar.button("Process")
64
  option = st.sidebar.radio(
65
  "Select Data Analysis: ",
 
59
 
60
  def main():
61
  file = st.sidebar.file_uploader("Upload Your CSV File Here: ")
62
+ st.markdown("**Process the uploaded CSV file**")
63
  process = st.sidebar.button("Process")
64
  option = st.sidebar.radio(
65
  "Select Data Analysis: ",