Update pages/2_Earnings_Summarization_π_.py
Browse files
pages/2_Earnings_Summarization_π_.py
CHANGED
|
@@ -1,7 +1,7 @@
|
|
| 1 |
import streamlit as st
|
| 2 |
from functions import *
|
| 3 |
|
| 4 |
-
st.set_page_config(page_title="Earnings Summarization", page_icon="π")
|
| 5 |
st.sidebar.header("Earnings Summarization")
|
| 6 |
st.markdown("## Earnings Summarization with Flan-T5-Base-SamSun")
|
| 7 |
|
|
|
|
| 1 |
import streamlit as st
|
| 2 |
from functions import *
|
| 3 |
|
| 4 |
+
# st.set_page_config(page_title="Earnings Summarization", page_icon="π")
|
| 5 |
st.sidebar.header("Earnings Summarization")
|
| 6 |
st.markdown("## Earnings Summarization with Flan-T5-Base-SamSun")
|
| 7 |
|