Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -60,7 +60,7 @@ palette = [
|
|
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 |
(
|
|
|
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 files")
|
64 |
option = st.sidebar.radio(
|
65 |
"Select Data Analysis: ",
|
66 |
(
|