NEXAS commited on
Commit
0b53428
·
verified ·
1 Parent(s): ce94710

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -1,7 +1,7 @@
1
  import streamlit as st
2
  from main import datachat as dc
3
 
4
- data_file = r"C:\Users\Naresh Kumar Lahajal\Desktop\DE-LLM\data\input\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:
 
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: