loubnabnl HF staff commited on
Commit
46dbbb1
1 Parent(s): 816c983
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -63,7 +63,7 @@ st.subheader("2 - Model architecture")
63
  read_markdown("architectures/intro.txt")
64
  col1, col2= st.columns([1,2])
65
  with col1:
66
- selected_model = st.selectbox("", MODELS, key=2, index=-1)
67
  read_markdown(f"architectures/{selected_model.lower()}.txt")
68
  if selected_model == "InCoder":
69
  st.image(INCODER_IMG, caption="Figure 1: InCoder training", width=700)
 
63
  read_markdown("architectures/intro.txt")
64
  col1, col2= st.columns([1,2])
65
  with col1:
66
+ selected_model = st.selectbox("", MODELS, key=2)
67
  read_markdown(f"architectures/{selected_model.lower()}.txt")
68
  if selected_model == "InCoder":
69
  st.image(INCODER_IMG, caption="Figure 1: InCoder training", width=700)