pyresearch commited on
Commit
7ce920f
1 Parent(s): 1905f2f

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -92,7 +92,7 @@ config = {
92
  st.title("KitchenCreators App")
93
 
94
  # Input for the query
95
- query = st.text_input("Enter your query:", "which eat Recipes with Rating and Nutrition Lentil, Apple, and Turkey Wrap?")
96
 
97
  # Button to trigger the query
98
  if st.button("Run Query"):
 
92
  st.title("KitchenCreators App")
93
 
94
  # Input for the query
95
+ query = st.text_input("Enter your query:", " Apple")
96
 
97
  # Button to trigger the query
98
  if st.button("Run Query"):