Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -9,6 +9,7 @@ import pandas as pd
|
|
| 9 |
from fuzzywuzzy import fuzz
|
| 10 |
from concurrent.futures import ThreadPoolExecutor
|
| 11 |
|
|
|
|
| 12 |
# ๋ก๊น
์ค์
|
| 13 |
logging.basicConfig(level=logging.DEBUG, format='%(asctime)s:%(levelname)s:%(name)s: %(message)s', handlers=[logging.StreamHandler()])
|
| 14 |
|
|
|
|
| 9 |
from fuzzywuzzy import fuzz
|
| 10 |
from concurrent.futures import ThreadPoolExecutor
|
| 11 |
|
| 12 |
+
|
| 13 |
# ๋ก๊น
์ค์
|
| 14 |
logging.basicConfig(level=logging.DEBUG, format='%(asctime)s:%(levelname)s:%(name)s: %(message)s', handlers=[logging.StreamHandler()])
|
| 15 |
|