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

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -7,7 +7,7 @@ data_path = os.path.join(os.path.dirname(__file__), 'localGPTUI')
7
  # Add the data directory to sys.path
8
  sys.path.append(data_path)
9
 
10
- from localGPTUI import localGPTUI
11
 
12
  localGPTUI.main()
13
 
 
7
  # Add the data directory to sys.path
8
  sys.path.append(data_path)
9
 
10
+ import localGPTUI
11
 
12
  localGPTUI.main()
13