ppsingh commited on
Commit
8324d2d
1 Parent(s): e603c97

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -72,7 +72,7 @@ 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
- c1, c2, c3 = st.columns([10,1,10])
76
  with c1:
77
  image = Image.open('docStore/img/flow.jpg')
78
  st.image(image)
 
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
+ c1, c2, c3 = st.columns([12,1,10])
76
  with c1:
77
  image = Image.open('docStore/img/flow.jpg')
78
  st.image(image)