Spaces:
Build error
Build error
Romeo David commited on
Commit ·
9baa4cf
1
Parent(s): a822090
Refactor display_outputs function: update write_snapshot call to remove unnecessary st.write
Browse files- pages/output.py +2 -2
pages/output.py
CHANGED
|
@@ -259,8 +259,8 @@ def display_outputs():
|
|
| 259 |
)
|
| 260 |
st.markdown("---")
|
| 261 |
|
| 262 |
-
st.markdown("### SNAPSHOT BY CHANNEL")
|
| 263 |
-
|
| 264 |
st.markdown("---")
|
| 265 |
|
| 266 |
st.markdown("## AUDITS PER CHANNEL")
|
|
|
|
| 259 |
)
|
| 260 |
st.markdown("---")
|
| 261 |
|
| 262 |
+
st.markdown("### SNAPSHOT BY CHANNEL")
|
| 263 |
+
write_snapshot(get_analyst_response("Snapshot Analyst")) #write_snapshot
|
| 264 |
st.markdown("---")
|
| 265 |
|
| 266 |
st.markdown("## AUDITS PER CHANNEL")
|