Habieb143 commited on
Commit
5796c5f
·
verified ·
1 Parent(s): a626dd6

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -2
app.py CHANGED
@@ -30,8 +30,6 @@ uploaded_file = st.file_uploader("Upload a CSV file", type="csv")
30
 
31
  if uploaded_file is not None:
32
  data = pd.read_csv(uploaded_file)
33
- st.write("Uploaded file:")
34
- st.write(data)
35
 
36
  if st.button("Process Batch"):
37
  with st.spinner("Processing Batch..."):
 
30
 
31
  if uploaded_file is not None:
32
  data = pd.read_csv(uploaded_file)
 
 
33
 
34
  if st.button("Process Batch"):
35
  with st.spinner("Processing Batch..."):