Update app.py
Browse files
app.py
CHANGED
|
@@ -12,7 +12,7 @@ import unicodedata #line:12:import unicodedata
|
|
| 12 |
n =1 #line:13:n=1
|
| 13 |
p =0 #line:14:p=0
|
| 14 |
query="none"
|
| 15 |
-
df =pd .read_excel ('preguntas_qh_tags2.xlsx',engine ="openpyxl")#line:15:df = pd.read_excel('preguntas_qh_tags2.xlsx',engine="openpyxl")
|
| 16 |
def remove_accents (O0O00OO0O000OOO0O ):#line:17:def remove_accents(input_str):
|
| 17 |
O000O0OO000000OOO =unicodedata .normalize ('NFKD',O0O00OO0O000OOO0O )#line:18:nfkd_form = unicodedata.normalize('NFKD', input_str)
|
| 18 |
return u"".join ([O0O000O00O00O00OO for O0O000O00O00O00OO in O000O0OO000000OOO if not unicodedata .combining (O0O000O00O00O00OO )])#line:19:return u"".join([c for c in nfkd_form if not unicodedata.combining(c)])
|
|
|
|
| 12 |
n =1 #line:13:n=1
|
| 13 |
p =0 #line:14:p=0
|
| 14 |
query="none"
|
| 15 |
+
df =pd .read_excel ('preguntas_qh_tags2 (1).xlsx',engine ="openpyxl")#line:15:df = pd.read_excel('preguntas_qh_tags2.xlsx',engine="openpyxl")
|
| 16 |
def remove_accents (O0O00OO0O000OOO0O ):#line:17:def remove_accents(input_str):
|
| 17 |
O000O0OO000000OOO =unicodedata .normalize ('NFKD',O0O00OO0O000OOO0O )#line:18:nfkd_form = unicodedata.normalize('NFKD', input_str)
|
| 18 |
return u"".join ([O0O000O00O00O00OO for O0O000O00O00O00OO in O000O0OO000000OOO if not unicodedata .combining (O0O000O00O00O00OO )])#line:19:return u"".join([c for c in nfkd_form if not unicodedata.combining(c)])
|