Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -112,10 +112,10 @@ def showdl(file_to_lookat,to_dl_sbs,to_dl_indel,to_dl_dbs,to_dl_sbs_text,to_dl_i
|
|
112 |
|
113 |
|
114 |
def dl_counts(valforkey):
|
115 |
-
with open("
|
116 |
sbs96_all_bytes = txt_file.read()
|
117 |
txt_file.close()
|
118 |
-
with open("
|
119 |
sbs96_all_bytes = txt_file.read()
|
120 |
txt_file.close()
|
121 |
return sbs96_all_bytes, sbs1536_all_bytes
|
|
|
112 |
|
113 |
|
114 |
def dl_counts(valforkey):
|
115 |
+
with open("sbs96.txt","rb") as txt_file:
|
116 |
sbs96_all_bytes = txt_file.read()
|
117 |
txt_file.close()
|
118 |
+
with open("sbs1536","rb") as txt_file:
|
119 |
sbs96_all_bytes = txt_file.read()
|
120 |
txt_file.close()
|
121 |
return sbs96_all_bytes, sbs1536_all_bytes
|