Spaces:
Runtime error
Runtime error
karthickg12
commited on
Commit
•
3960725
1
Parent(s):
01f5a24
Update app.py
Browse files
app.py
CHANGED
@@ -5,7 +5,7 @@ from ydata_synthetic.synthesizers import ModelParameters, TrainParameters
|
|
5 |
import streamlit as st
|
6 |
from os import getcwd
|
7 |
text_file=st.file_uploader("Upload the Data File")
|
8 |
-
st.write("
|
9 |
|
10 |
if text_file is not None:
|
11 |
df=pd.read_csv(text_file)
|
|
|
5 |
import streamlit as st
|
6 |
from os import getcwd
|
7 |
text_file=st.file_uploader("Upload the Data File")
|
8 |
+
st.write("-----------------------------")
|
9 |
|
10 |
if text_file is not None:
|
11 |
df=pd.read_csv(text_file)
|