Update app.py
Browse files
app.py
CHANGED
@@ -115,7 +115,7 @@ def app():
|
|
115 |
streamlit_flow('kitsune_game_flow',
|
116 |
st.session_state.game_state['nodes'],
|
117 |
st.session_state.game_state['edges'],
|
118 |
-
layout=TreeLayout(direction='
|
119 |
fit_view=True,
|
120 |
height=600)
|
121 |
|
|
|
115 |
streamlit_flow('kitsune_game_flow',
|
116 |
st.session_state.game_state['nodes'],
|
117 |
st.session_state.game_state['edges'],
|
118 |
+
layout=TreeLayout(direction='down'),
|
119 |
fit_view=True,
|
120 |
height=600)
|
121 |
|