1MR commited on
Commit
5182e36
·
verified ·
1 Parent(s): 61bfd9f

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -68,4 +68,5 @@ if __name__ == "__main__":
68
 
69
  user_query = st.text_input("Enter your query from the dataset:")
70
 
71
- app.run_query(user_query)
 
 
68
 
69
  user_query = st.text_input("Enter your query from the dataset:")
70
 
71
+ app.run_query(user_query)
72
+