loubnabnl HF Staff commited on
Commit
65e796c
·
1 Parent(s): e005d2f

update app

Browse files
Files changed (1) hide show
  1. app.py +3 -1
app.py CHANGED
@@ -57,7 +57,9 @@ elif selected_task == "Model architecture":
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 📊")
 
57
  text = f.read()
58
  st.markdown(f"## {model}")
59
  st.markdown(text)
60
+ st.markdown(""" <p align="center">
61
+ <img src="https://huggingface.co/datasets/loubnabnl/repo-images/raw/main/incoder.png" alt="drawing" width="350"/>
62
+ </p>""")
63
 
64
  elif selected_task == "Model evaluation":
65
  st.title("Code models evaluation 📊")