Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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:", "
|
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"):
|