Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Joshua1808
/
PaginaWeb
like
1
Runtime error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
Joshua1808
commited on
Feb 2, 2023
Commit
600055d
·
1 Parent(s):
9273222
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -184,7 +184,7 @@ def tweets_localidad(buscar_localidad):
184
185
186
except error:
187
-
st.text
¨
("Error")
188
189
return tabla
190
184
185
186
except error:
187
+
st.text("Error")
188
189
return tabla
190