aminaj commited on
Commit
e99ddf3
·
verified ·
1 Parent(s): 32e6066

Update BrainBot.py

Browse files
Files changed (1) hide show
  1. BrainBot.py +1 -1
BrainBot.py CHANGED
@@ -17,7 +17,7 @@ def save_uploaded_file(uploaded_file):
17
  file_content = uploaded_file.read() # Load the document
18
 
19
  # Create a directory if it doesn't exist
20
- data_dir = "/data"
21
  # os.makedirs(data_dir, exist_ok=True)
22
 
23
  # Create a temporary file in the data directory
 
17
  file_content = uploaded_file.read() # Load the document
18
 
19
  # Create a directory if it doesn't exist
20
+ data_dir = "data"
21
  # os.makedirs(data_dir, exist_ok=True)
22
 
23
  # Create a temporary file in the data directory