loubnabnl HF staff commited on
Commit
6367cef
β€’
1 Parent(s): 613ebe9

update app

Browse files
Files changed (1) hide show
  1. app.py +2 -0
app.py CHANGED
@@ -57,6 +57,8 @@ elif selected_task == "Model architecture":
57
  text = f.read()
58
  st.markdown(f"## {model}")
59
  st.markdown(text)
 
 
60
 
61
  elif selected_task == "Model evaluation":
62
  st.title("Code models evaluation πŸ“Š")
 
57
  text = f.read()
58
  st.markdown(f"## {model}")
59
  st.markdown(text)
60
+ if model == "InCoder"":
61
+ st.image("https://huggingface.co/datasets/loubnabnl/repo-images/raw/main/incoder.png", width=450)
62
 
63
  elif selected_task == "Model evaluation":
64
  st.title("Code models evaluation πŸ“Š")