loubnabnl HF Staff commited on
Commit
8ca4724
·
1 Parent(s): 8a43dba

update app

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -57,6 +57,7 @@ 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
+ st.markdown("<p align="center"> <img src="https://huggingface.co/datasets/loubnabnl/repo-images/blob/main/incoder.png" alt="drawing" width="350"/> </p>")
61
 
62
  elif selected_task == "Model evaluation":
63
  st.title("Code models evaluation 📊")