DrishtiSharma commited on
Commit
14a910c
·
verified ·
1 Parent(s): a4ae709

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -285,6 +285,7 @@ if st.button("Generate Insights"):
285
 
286
  with tab2:
287
  analyst_output = getattr(results.tasks_output[1], "raw", "No details available.")
 
288
  st.write(analyst_output)
289
 
290
  charts = []
 
285
 
286
  with tab2:
287
  analyst_output = getattr(results.tasks_output[1], "raw", "No details available.")
288
+ st.subheader("Raw Analyst Output")
289
  st.write(analyst_output)
290
 
291
  charts = []