Spaces:
Sleeping
Sleeping
Update streamlit_app_LDA.py
Browse files- streamlit_app_LDA.py +1 -0
streamlit_app_LDA.py
CHANGED
@@ -14,6 +14,7 @@ from MIND_utils import df_to_self_states_json, element_short_desc_map
|
|
14 |
# ---------------------------
|
15 |
# Streamlit App Layout
|
16 |
# ---------------------------
|
|
|
17 |
st.title("Prototypical Self-States via Topic Modeling")
|
18 |
|
19 |
lda_document_is = st.radio("A 'Document' in the topic model will correspond to a:", ("self-state", "segment"))
|
|
|
14 |
# ---------------------------
|
15 |
# Streamlit App Layout
|
16 |
# ---------------------------
|
17 |
+
st.set_page_config(layout="wide")
|
18 |
st.title("Prototypical Self-States via Topic Modeling")
|
19 |
|
20 |
lda_document_is = st.radio("A 'Document' in the topic model will correspond to a:", ("self-state", "segment"))
|