Update pages/2_Earnings_Summarization_π_.py
Browse files
pages/2_Earnings_Summarization_π_.py
CHANGED
@@ -12,6 +12,9 @@ st.markdown("####")
|
|
12 |
|
13 |
st.subheader("Summarized Earnings Call with matched Entities")
|
14 |
|
|
|
|
|
|
|
15 |
if st.session_state['earnings_passages']:
|
16 |
|
17 |
with st.spinner("Summarizing and matching entities, this takes a few seconds..."):
|
|
|
12 |
|
13 |
st.subheader("Summarized Earnings Call with matched Entities")
|
14 |
|
15 |
+
if "earnings_passages" not in st.session_state:
|
16 |
+
st.session_state["earnings_passages"] = ''
|
17 |
+
|
18 |
if st.session_state['earnings_passages']:
|
19 |
|
20 |
with st.spinner("Summarizing and matching entities, this takes a few seconds..."):
|