Files changed (1) hide show
  1. pages/output.py +3 -3
pages/output.py CHANGED
@@ -163,7 +163,7 @@ This document represents the results of our audit of LoansOne’s digital market
163
  st.markdown(f"{overview}")
164
  st.markdown("---")
165
  st.markdown("### Executive Summary")
166
- st.markdown(get_analyst_response("Executive Summary Analyst"))
167
  st.markdown("---")
168
 
169
  st.markdown("### CLIENT FOOTPRINT")
@@ -180,8 +180,8 @@ This document represents the results of our audit of LoansOne’s digital market
180
  )
181
  st.markdown("---")
182
 
183
- st.markdown("### SNAPSHOT BY CHANNEL")
184
- st.write("TBD")
185
  st.markdown("---")
186
 
187
  st.markdown("## AUDITS PER CHANNEL")
 
163
  st.markdown(f"{overview}")
164
  st.markdown("---")
165
  st.markdown("### Executive Summary")
166
+ st.markdown(get_analyst_response("Executive Summary"))
167
  st.markdown("---")
168
 
169
  st.markdown("### CLIENT FOOTPRINT")
 
180
  )
181
  st.markdown("---")
182
 
183
+ st.markdown("### SNAPSHOT BY CHANNEL")
184
+ st.table(get_analyst_response("Snapshot Analyst"))
185
  st.markdown("---")
186
 
187
  st.markdown("## AUDITS PER CHANNEL")