Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -1,7 +1,7 @@
|
|
1 |
import streamlit as st
|
2 |
from main import datachat as dc
|
3 |
|
4 |
-
data_file = r"
|
5 |
uploaded_file = st.file_uploader("Choose a file")
|
6 |
# Write the uploaded file to a specific location
|
7 |
if uploaded_file is not None:
|
|
|
1 |
import streamlit as st
|
2 |
from main import datachat as dc
|
3 |
|
4 |
+
data_file = r".\world_population_data.csv"
|
5 |
uploaded_file = st.file_uploader("Choose a file")
|
6 |
# Write the uploaded file to a specific location
|
7 |
if uploaded_file is not None:
|