ppsingh commited on
Commit
cd13585
1 Parent(s): 8e52607

Update app.py

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