loubnabnl HF staff commited on
Commit
18d2e11
β€’
1 Parent(s): 6432d19

update app

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -59,7 +59,8 @@ elif selected_task == "Model architecture":
59
  st.markdown(text)
60
  if model == "InCoder":
61
  st.image("https://huggingface.co/datasets/loubnabnl/repo-images/raw/main/incoder.png", caption="Figure 1: inCoder training", width=650)
62
-
 
63
  elif selected_task == "Model evaluation":
64
  st.title("Code models evaluation πŸ“Š")
65
  with open("evaluation/intro.txt", "r") as f:
 
59
  st.markdown(text)
60
  if model == "InCoder":
61
  st.image("https://huggingface.co/datasets/loubnabnl/repo-images/raw/main/incoder.png", caption="Figure 1: inCoder training", width=650)
62
+ st.mardown(<img src="https://huggingface.co/datasets/loubnabnl/repo-images/raw/main/incoder.png" width="550" height="250" />)
63
+
64
  elif selected_task == "Model evaluation":
65
  st.title("Code models evaluation πŸ“Š")
66
  with open("evaluation/intro.txt", "r") as f: