lpnguyen commited on
Commit
6f20b77
1 Parent(s): 05365ff

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -54,6 +54,6 @@ inv_fitness3D2 = invasion_fitness2(X, Y, pars=(alpha, beta))
54
 
55
  col7, col8 = st.columns(2, gap="large")
56
  with col7:
57
- st.plotly_chart(plot_3D_invfitness(zlist, inv_fitness3D2, zm, (-2.2, 2.2)))
58
  with col8:
59
  st.plotly_chart(plot_PIP(zlist, invasion_fitness2, (alpha, beta)))
 
54
 
55
  col7, col8 = st.columns(2, gap="large")
56
  with col7:
57
+ st.plotly_chart(plot_3D_invfitness(zlist, inv_fitness3D2, zm, (-3.2, 3.2)))
58
  with col8:
59
  st.plotly_chart(plot_PIP(zlist, invasion_fitness2, (alpha, beta)))