Spaces:
Runtime error
Runtime error
chat broken
Browse files
app.py
CHANGED
@@ -37,7 +37,7 @@ DEBUG_MODE = True
|
|
37 |
|
38 |
|
39 |
try:
|
40 |
-
file_path = "
|
41 |
# Open the file in read mode ('r')
|
42 |
with open(file_path, 'r') as file:
|
43 |
# Read the entire content of the file into a string
|
|
|
37 |
|
38 |
|
39 |
try:
|
40 |
+
file_path = "issun-boshi.txt"
|
41 |
# Open the file in read mode ('r')
|
42 |
with open(file_path, 'r') as file:
|
43 |
# Read the entire content of the file into a string
|