pyresearch commited on
Commit
06a6f19
·
verified ·
1 Parent(s): 9ab69d9

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -99,8 +99,8 @@ if st.button("Run Query"):
99
  results, summary = vectara_query(query, config)
100
 
101
  # Display results
102
- st.header("Results")
103
- st.write(results)
104
 
105
  # Display summary
106
  st.header("Summary")
 
99
  results, summary = vectara_query(query, config)
100
 
101
  # Display results
102
+ # st.header("Results")
103
+ # st.write(results)
104
 
105
  # Display summary
106
  st.header("Summary")