humanist96 commited on
Commit
53fdbbf
·
1 Parent(s): f42e634

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -6,7 +6,7 @@ from io import StringIO
6
 
7
  st.title("Cumulative Trend")
8
 
9
- uploaded file = st.file_uploader("Choose a CSV file including 'date' column.")
10
 
11
  if uploaded_file is not None:
12
 
 
6
 
7
  st.title("Cumulative Trend")
8
 
9
+ uploaded_file = st.file_uploader("Choose a CSV file including 'date' column.")
10
 
11
  if uploaded_file is not None:
12