update app
Browse files
app.py
CHANGED
@@ -57,6 +57,8 @@ 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 |
+
if model == "InCoder"":
|
61 |
+
st.image("https://huggingface.co/datasets/loubnabnl/repo-images/raw/main/incoder.png", width=450)
|
62 |
|
63 |
elif selected_task == "Model evaluation":
|
64 |
st.title("Code models evaluation 📊")
|