Spaces:
Runtime error
Runtime error
bhavitvyamalik
commited on
Commit
•
ee0d592
1
Parent(s):
c220e56
remove caption for image
Browse files
app.py
CHANGED
@@ -74,7 +74,7 @@ with st.beta_expander("Article"):
|
|
74 |
st.write(read_markdown("caveats.md"))
|
75 |
st.write("## Methodology")
|
76 |
st.image(
|
77 |
-
"./misc/Spanish-IC.png"
|
78 |
)
|
79 |
st.markdown(read_markdown("pretraining.md"))
|
80 |
st.write(read_markdown("challenges.md"))
|
|
|
74 |
st.write(read_markdown("caveats.md"))
|
75 |
st.write("## Methodology")
|
76 |
st.image(
|
77 |
+
"./misc/Spanish-IC.png"
|
78 |
)
|
79 |
st.markdown(read_markdown("pretraining.md"))
|
80 |
st.write(read_markdown("challenges.md"))
|