bhavitvyamalik commited on
Commit
ee0d592
1 Parent(s): c220e56

remove caption for image

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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", caption="Seq2Seq model for Image-text Captioning."
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"))