ArturG9 commited on
Commit
13a431e
1 Parent(s): 29373ad

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -2
app.py CHANGED
@@ -26,8 +26,7 @@ def main():
26
  if "conversation_chain" not in st.session_state:
27
  st.session_state.conversation_chain = None
28
 
29
- script_dir = os.path.dirname(os.path.abspath(__file__))
30
- data_path = os.path.join(script_dir, "data/")
31
 
32
  if not os.path.exists(data_path):
33
  st.error(f"Data path does not exist: {data_path}")
 
26
  if "conversation_chain" not in st.session_state:
27
  st.session_state.conversation_chain = None
28
 
29
+ data_path = "data"
 
30
 
31
  if not os.path.exists(data_path):
32
  st.error(f"Data path does not exist: {data_path}")