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

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -59,8 +59,8 @@ palette = [
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: ",
66
  (
 
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 the uploaded CSV file", ("Process"))
64
  option = st.sidebar.radio(
65
  "Select Data Analysis: ",
66
  (