pyresearch commited on
Commit
07dc21a
·
verified ·
1 Parent(s): 06a6f19

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:", "What does Kitchen Creators do?")
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:", "What does Recipes with Rating and Nutrition do?")
96
 
97
  # Button to trigger the query
98
  if st.button("Run Query"):