fantaxy commited on
Commit
e925dd3
ยท
verified ยท
1 Parent(s): f5455dd

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
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