Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -100,9 +100,7 @@ query = st.text_input("Enter your query:", "What does Kitchen Creators do?")
|
|
100 |
if st.button("Run Query"):
|
101 |
results, summary = vectara_query(query, config)
|
102 |
|
103 |
-
|
104 |
-
st.header("Results")
|
105 |
-
st.write(results)
|
106 |
|
107 |
# Display summary
|
108 |
st.header("Summary")
|
|
|
100 |
if st.button("Run Query"):
|
101 |
results, summary = vectara_query(query, config)
|
102 |
|
103 |
+
|
|
|
|
|
104 |
|
105 |
# Display summary
|
106 |
st.header("Summary")
|