awacke1 commited on
Commit
5f6d1ad
·
verified ·
1 Parent(s): c9b54cd

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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='TB'),
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