ppsingh commited on
Commit
96e4ee6
1 Parent(s): 0b177ad

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -1
app.py CHANGED
@@ -71,9 +71,11 @@ with st.expander("ℹ️ - About this app", expanded=False):
71
  to ‘improve efficiency’, ‘develop renewable energy’, etc. \
72
  The terms come from the World Bank's NDC platform and WRI's publication.
73
  """)
74
-
75
  st.write("""
76
  What Happens in background?
 
 
77
 
78
  - Step 1: Once the document is provided to app, it undergoes *Pre-processing*.\
79
  In this step the document is broken into smaller paragraphs \
 
71
  to ‘improve efficiency’, ‘develop renewable energy’, etc. \
72
  The terms come from the World Bank's NDC platform and WRI's publication.
73
  """)
74
+ image = Image.open('docStore/img/flow.jpg')
75
  st.write("""
76
  What Happens in background?
77
+
78
+ st.image(image, width =200)
79
 
80
  - Step 1: Once the document is provided to app, it undergoes *Pre-processing*.\
81
  In this step the document is broken into smaller paragraphs \