mtyrrell commited on
Commit
b1228c8
1 Parent(s): da5d216

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -267,7 +267,7 @@ else:
267
 
268
 
269
  if st.button('Submit'):
270
- run_query(input_text = text, country=country, model_sel=model_sel)
271
 
272
 
273
 
 
267
 
268
 
269
  if st.button('Submit'):
270
+ run_query(text, country=country, model_sel=model_sel)
271
 
272
 
273