Update BrainBot.py
Browse files- 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 = "
|
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
|