Spaces:
Sleeping
Sleeping
cyberosa commited on
Commit ·
03b33db
1
Parent(s): 0e4b180
fixing import error in app.py
Browse files
app.py
CHANGED
|
@@ -4,7 +4,7 @@ import pandas as pd
|
|
| 4 |
import duckdb
|
| 5 |
import logging
|
| 6 |
|
| 7 |
-
from
|
| 8 |
get_extreme_cases,
|
| 9 |
)
|
| 10 |
from tabs.dist_gap import (
|
|
|
|
| 4 |
import duckdb
|
| 5 |
import logging
|
| 6 |
|
| 7 |
+
from tabs.tokens_dist import (
|
| 8 |
get_extreme_cases,
|
| 9 |
)
|
| 10 |
from tabs.dist_gap import (
|