Spaces:
Runtime error
Runtime error
Update app.py
#1
by
mariavhrh
- opened
app.py
CHANGED
@@ -72,7 +72,7 @@ if result:
|
|
72 |
spanish_stemmer = SnowballStemmer('spanish')
|
73 |
query=(spanish_stemmer.stem(result.get("GET_TEXT")))
|
74 |
list_words=[]
|
75 |
-
|
76 |
textresult=str("")
|
77 |
for index,row in df.iterrows():
|
78 |
list_words=df.loc[index,'TAGS']
|
|
|
72 |
spanish_stemmer = SnowballStemmer('spanish')
|
73 |
query=(spanish_stemmer.stem(result.get("GET_TEXT")))
|
74 |
list_words=[]
|
75 |
+
st.text(query)
|
76 |
textresult=str("")
|
77 |
for index,row in df.iterrows():
|
78 |
list_words=df.loc[index,'TAGS']
|