Hugging Face
Models
Datasets
Spaces
Posts
Docs
Solutions
Pricing
Log In
Sign Up
Spaces:
mtyrrell
/
cpv_poc
like
2
Running
App
Files
Files
Community
mtyrrell
commited on
Aug 7, 2023
Commit
8edade7
•
1 Parent(s):
76c2d0a
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -169,4 +169,4 @@ else:
169
170
171
if st.button('Submit'):
172
-
run_query(text, country)
169
170
171
if st.button('Submit'):
172
+
run_query(text, country
=country
)