dejanseo commited on
Commit
2581e99
1 Parent(s): 8418d26

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -30,7 +30,7 @@ model.to(device)
30
  tab1, tab2 = st.tabs(["Single Query", "Bulk Query"])
31
 
32
  with tab1:
33
- user_input = st.text_input("Query:", "What is?")
34
  #st.write("Developed by [Dejan AI](https://dejan.ai/blog/search-query-quality-classifier/)")
35
 
36
  def classify_query(query):
 
30
  tab1, tab2 = st.tabs(["Single Query", "Bulk Query"])
31
 
32
  with tab1:
33
+ user_input = st.text_input("Query:", "where can I book cheap flights to london")
34
  #st.write("Developed by [Dejan AI](https://dejan.ai/blog/search-query-quality-classifier/)")
35
 
36
  def classify_query(query):