gchhablani commited on
Commit
d825f6f
1 Parent(s): 1519f87

Fix markdown in article

Browse files
Files changed (2) hide show
  1. app.py +1 -1
  2. sections/social_impact.md +1 -1
app.py CHANGED
@@ -86,7 +86,7 @@ with st.beta_expander("Usage"):
86
  with st.beta_expander("Article"):
87
  st.write(read_markdown("abstract.md"))
88
  st.write(read_markdown("caveats.md"))
89
- st.write("# Methodology")
90
  st.image(
91
  "./misc/Multilingual-IC.png"
92
  )
 
86
  with st.beta_expander("Article"):
87
  st.write(read_markdown("abstract.md"))
88
  st.write(read_markdown("caveats.md"))
89
+ st.write("## Methodology")
90
  st.image(
91
  "./misc/Multilingual-IC.png"
92
  )
sections/social_impact.md CHANGED
@@ -1,4 +1,4 @@
1
- ##s Social Impact
2
  Being able to automatically describe the content of an image using properly formed sentences in any language is a challenging task, but it could have great impact by helping visually impaired people better understand their surroundings.
3
 
4
  Our initial plan was to include 4 high-resource and 4 low-resource languages (Marathi, Bengali, Urdu, Telegu) in our training data. However, the existing translations do not perform as well and we would have received poor labels, not to mention, with a longer training time.
 
1
+ ## Social Impact
2
  Being able to automatically describe the content of an image using properly formed sentences in any language is a challenging task, but it could have great impact by helping visually impaired people better understand their surroundings.
3
 
4
  Our initial plan was to include 4 high-resource and 4 low-resource languages (Marathi, Bengali, Urdu, Telegu) in our training data. However, the existing translations do not perform as well and we would have received poor labels, not to mention, with a longer training time.