update app
Browse files
app.py
CHANGED
@@ -57,7 +57,7 @@ elif selected_task == "Model architecture":
|
|
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":
|
|
|
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":
|