Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -267,17 +267,6 @@ thresholds_3614 = pd.Series({h: thresholds_actual_3614[h] for h in mutation_site
|
|
267 |
|
268 |
# === Utility functions ===
|
269 |
|
270 |
-
# Voyager ASCII 6-bit conversion table
|
271 |
-
voyager_table = {
|
272 |
-
i: ch for i, ch in enumerate([
|
273 |
-
' ', 'A', 'B', 'C', 'D', 'E', 'F', 'G', 'H', 'I',
|
274 |
-
'J', 'K', 'L', 'M', 'N', 'O', 'P', 'Q', 'R', 'S',
|
275 |
-
'T', 'U', 'V', 'W', 'X', 'Y', 'Z', '0', '1', '2',
|
276 |
-
'3', '4', '5', '6', '7', '8', '9', '.', '(', ')',
|
277 |
-
'+', '-', '*', '/', '=', '$', '!', ':', '%', '"',
|
278 |
-
'#', '@', '\'', '?', '&'
|
279 |
-
])
|
280 |
-
}
|
281 |
reverse_voyager_table = {v: k for k, v in voyager_table.items()}
|
282 |
|
283 |
|
|
|
267 |
|
268 |
# === Utility functions ===
|
269 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
270 |
reverse_voyager_table = {v: k for k, v in voyager_table.items()}
|
271 |
|
272 |
|