Spaces:
Sleeping
Sleeping
Update bot.py
Browse files
bot.py
CHANGED
|
@@ -26,7 +26,7 @@ with open("PEDIATRIC PULMONOLOGY.txt", "r", encoding="utf-8") as file1:
|
|
| 26 |
for line in file1:
|
| 27 |
text1 = file1.read(100000)
|
| 28 |
|
| 29 |
-
with open("PEDIATRIC PULMONOLOGY 2
|
| 30 |
for line in file2:
|
| 31 |
text2 = file2.read(100000)
|
| 32 |
|
|
|
|
| 26 |
for line in file1:
|
| 27 |
text1 = file1.read(100000)
|
| 28 |
|
| 29 |
+
with open("PEDIATRIC PULMONOLOGY 2.txt", "r", encoding="utf-8") as file2:
|
| 30 |
for line in file2:
|
| 31 |
text2 = file2.read(100000)
|
| 32 |
|