Spaces:
Sleeping
Sleeping
Commit
Β·
2bdc2ca
1
Parent(s):
29ef728
Update loadui.py
Browse files
src/blogGenerator/ui/streamlit/loadui.py
CHANGED
|
@@ -15,9 +15,9 @@ class LoadStreamlitUI:
|
|
| 15 |
|
| 16 |
def load_streamlit_ui(self):
|
| 17 |
st.set_page_config(
|
| 18 |
-
page_title="
|
| 19 |
)
|
| 20 |
-
st.header("
|
| 21 |
# st.session_state.timeframe = ""
|
| 22 |
# st.session_state.IsFetchButtonClicked = False
|
| 23 |
# st.session_state.IsSDLC = False
|
|
|
|
| 15 |
|
| 16 |
def load_streamlit_ui(self):
|
| 17 |
st.set_page_config(
|
| 18 |
+
page_title="π " + self.config.get_page_title(), layout="wide"
|
| 19 |
)
|
| 20 |
+
st.header("π " + self.config.get_page_title())
|
| 21 |
# st.session_state.timeframe = ""
|
| 22 |
# st.session_state.IsFetchButtonClicked = False
|
| 23 |
# st.session_state.IsSDLC = False
|