m7mdal7aj commited on
Commit
6cca747
·
verified ·
1 Parent(s): cfa96bc

Update my_model/tabs/model_arch.py

Browse files
Files changed (1) hide show
  1. my_model/tabs/model_arch.py +1 -1
my_model/tabs/model_arch.py CHANGED
@@ -20,7 +20,7 @@ def run_model_arch() -> None:
20
  col1, col2 = st.columns(2)
21
  with col1:
22
  st.markdown("#### Model Architecture")
23
- components.html(model_arch_html, height=800)
24
  with col2:
25
  st.markdown("#### Abstract")
26
  st.markdown("""
 
20
  col1, col2 = st.columns(2)
21
  with col1:
22
  st.markdown("#### Model Architecture")
23
+ components.html(model_arch_html, height=1600)
24
  with col2:
25
  st.markdown("#### Abstract")
26
  st.markdown("""