Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -116,7 +116,7 @@ def dl_counts(valforkey):
|
|
116 |
sbs96_all_bytes = txt_file.read()
|
117 |
txt_file.close()
|
118 |
with open("sbs1536.txt","rb") as txt_file:
|
119 |
-
|
120 |
txt_file.close()
|
121 |
return sbs96_all_bytes, sbs1536_all_bytes
|
122 |
|
|
|
116 |
sbs96_all_bytes = txt_file.read()
|
117 |
txt_file.close()
|
118 |
with open("sbs1536.txt","rb") as txt_file:
|
119 |
+
sbs1536_all_bytes = txt_file.read()
|
120 |
txt_file.close()
|
121 |
return sbs96_all_bytes, sbs1536_all_bytes
|
122 |
|