update app
Browse files
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 📊")
|