update app
Browse files
app.py
CHANGED
|
@@ -58,8 +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", caption="Figure 1: InCoder training", width=
|
| 62 |
-
st.markdown('<img src="https://huggingface.co/datasets/loubnabnl/repo-images/raw/main/incoder.png" width="550" height="250" />')
|
| 63 |
|
| 64 |
elif selected_task == "Model evaluation":
|
| 65 |
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=700)
|
|
|
|
| 62 |
|
| 63 |
elif selected_task == "Model evaluation":
|
| 64 |
st.title("Code models evaluation 📊")
|