Spaces:
Build error
Build error
Update app.py
Browse files
app.py
CHANGED
@@ -1,4 +1,5 @@
|
|
1 |
import pandas as pd
|
|
|
2 |
import streamlit as st
|
3 |
|
4 |
uploaded_file = st.file_uploader("Choose a file")
|
|
|
1 |
import pandas as pd
|
2 |
+
from io import StringIO
|
3 |
import streamlit as st
|
4 |
|
5 |
uploaded_file = st.file_uploader("Choose a file")
|