Spaces:
Sleeping
Sleeping
HACP
commited on
Commit
·
748cfae
1
Parent(s):
4b1c6eb
Add corrected character
Browse files
app.py
CHANGED
@@ -5,7 +5,7 @@ x = st.slider('Select a value')
|
|
5 |
st.write(x, 'squared is', x * x)
|
6 |
|
7 |
|
8 |
-
uploaded_file = st.file_uploader(
|
9 |
if uploaded_file is not None:
|
10 |
#read csv
|
11 |
df1=pd.read_csv(uploaded_file)
|
|
|
5 |
st.write(x, 'squared is', x * x)
|
6 |
|
7 |
|
8 |
+
uploaded_file = st.file_uploader("Choose a file")
|
9 |
if uploaded_file is not None:
|
10 |
#read csv
|
11 |
df1=pd.read_csv(uploaded_file)
|