dkdaniz commited on
Commit
88ad66e
1 Parent(s): c15ad52

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -2,7 +2,7 @@
2
  import sys
3
  import os
4
 
5
- data_path = os.path.join(os.path.dirname(__file__), '..', 'localGPTUI')
6
 
7
  # Add the data directory to sys.path
8
  sys.path.append(data_path)
 
2
  import sys
3
  import os
4
 
5
+ data_path = os.path.join(os.path.dirname(__file__), 'localGPTUI')
6
 
7
  # Add the data directory to sys.path
8
  sys.path.append(data_path)