loubnabnl HF staff commited on
Commit
ea8c04f
·
1 Parent(s): d62d44a

update app

Browse files
Files changed (1) hide show
  1. app.py +0 -3
app.py CHANGED
@@ -57,9 +57,6 @@ elif selected_task == "Model architecture":
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 📊")
 
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 📊")