apsys commited on
Commit
ad01dd5
β€’
1 Parent(s): 67cf6b5

Update pages/πŸ” Finding design optima.py

Browse files
pages/πŸ” Finding design optima.py CHANGED
@@ -83,7 +83,7 @@ st.write(fig,include_mathjax='cdn')
83
  st.markdown('---\nUsing this strategy we just have assembled model for $U,d \mapsto n_t$ with other design variables as invariants. It also can be done another way by overlaying predictions of two varibles models.')
84
 
85
  ###
86
- if st.button(r'Generate $f:R^2 \to R$ maps',use_container_width=True):
87
  a.compile(idx=(2,3,-1))
88
  a.train()
89
 
 
83
  st.markdown('---\nUsing this strategy we just have assembled model for $U,d \mapsto n_t$ with other design variables as invariants. It also can be done another way by overlaying predictions of two varibles models.')
84
 
85
  ###
86
+ if st.button(r'Generate $f:R^2 \to R$ maps'):
87
  a.compile(idx=(2,3,-1))
88
  a.train()
89