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

update app

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -58,7 +58,7 @@ elif selected_task == "Model architecture":
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 πŸ“Š")
 
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", caption="Figure 1: inCoder training", width=650)
62
 
63
  elif selected_task == "Model evaluation":
64
  st.title("Code models evaluation πŸ“Š")