Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -136,7 +136,7 @@ if query !="none":#line:86:if query!="salir":
|
|
136 |
ls5 [index1 ].pop (index2 )#line:217:ls5[index1].pop(index2)
|
137 |
indexmax =np .argwhere (count_words ==np .amax (count_words ))#line:219:indexmax = np.argwhere(count_words == np.amax(count_words))
|
138 |
all_zeros =not np .any (indexmax )#line:220:all_zeros = not np.any(indexmax)
|
139 |
-
st .text (count_words )#line:222:st.text(count_words)
|
140 |
if not np .all (count_words ==0 ):#line:224:if not np.all(count_words==0):
|
141 |
for indexin in indexmax :#line:226:for indexin in indexmax:
|
142 |
st .text (indexin )#line:228:st.text(indexin)
|
|
|
136 |
ls5 [index1 ].pop (index2 )#line:217:ls5[index1].pop(index2)
|
137 |
indexmax =np .argwhere (count_words ==np .amax (count_words ))#line:219:indexmax = np.argwhere(count_words == np.amax(count_words))
|
138 |
all_zeros =not np .any (indexmax )#line:220:all_zeros = not np.any(indexmax)
|
139 |
+
#st .text (count_words )#line:222:st.text(count_words)
|
140 |
if not np .all (count_words ==0 ):#line:224:if not np.all(count_words==0):
|
141 |
for indexin in indexmax :#line:226:for indexin in indexmax:
|
142 |
st .text (indexin )#line:228:st.text(indexin)
|