ppsingh commited on
Commit
03843da
1 Parent(s): d69ba73

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +9 -6
app.py CHANGED
@@ -43,9 +43,12 @@ with st.expander("ℹ️ - About this app", expanded=False):
43
  other users in extracting and filtering \
44
  information from public documents in context of Climate Change Commitments and Strategies.
45
  """)
46
- st.write('**Definitions**')
47
 
48
- st.caption("""
 
 
 
 
49
  - **Target**: Targets are an intention to achieve a specific result, \
50
  for example, to reduce GHG emissions to a specific level \
51
  (a GHG target) or increase energy efficiency or renewable \
@@ -64,10 +67,10 @@ with st.expander("ℹ️ - About this app", expanded=False):
64
  These terms come from the World Bank's NDC platform and WRI's publication.
65
  """)
66
 
67
- c1, c2, c3 = st.columns([12,1,10])
68
- with c1:
69
- image = Image.open('docStore/img/flow.jpg')
70
- st.image(image)
71
  with c3:
72
  st.write("""
73
  What Happens in background?
 
43
  other users in extracting and filtering \
44
  information from public documents in context of Climate Change Commitments and Strategies.
45
  """)
 
46
 
47
+ c1, c2, c3 = st.columns([12,1,10])
48
+ with c1:
49
+ st.write('**Definitions**')
50
+
51
+ st.caption("""
52
  - **Target**: Targets are an intention to achieve a specific result, \
53
  for example, to reduce GHG emissions to a specific level \
54
  (a GHG target) or increase energy efficiency or renewable \
 
67
  These terms come from the World Bank's NDC platform and WRI's publication.
68
  """)
69
 
70
+ #c1, c2, c3 = st.columns([12,1,10])
71
+ #with c1:
72
+ # image = Image.open('docStore/img/flow.jpg')
73
+ # st.image(image)
74
  with c3:
75
  st.write("""
76
  What Happens in background?