Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -33,7 +33,6 @@ def install_packages():
|
|
| 33 |
# install packages if necessary
|
| 34 |
install_packages()
|
| 35 |
|
| 36 |
-
|
| 37 |
import appStore.vulnerability_analysis as vulnerability_analysis
|
| 38 |
import appStore.target as target_extraction
|
| 39 |
import appStore.doc_processing as processing
|
|
@@ -71,49 +70,6 @@ with st.expander("ℹ️ - About this app", expanded=False):
|
|
| 71 |
to cluster them thematically.
|
| 72 |
""")
|
| 73 |
|
| 74 |
-
#st.write('**Definitions**')
|
| 75 |
-
|
| 76 |
-
# st.caption("""
|
| 77 |
-
# - **Target**: Targets are an intention to achieve a specific result, \
|
| 78 |
-
# for example, to reduce GHG emissions to a specific level \
|
| 79 |
-
# (a GHG target) or increase energy efficiency or renewable \
|
| 80 |
-
# energy to a specific level (a non-GHG target), typically by \
|
| 81 |
-
# a certain date.
|
| 82 |
-
# - **Economy-wide Target**: Certain Target are applicable \
|
| 83 |
-
# not at specific Sector level but are applicable at economic \
|
| 84 |
-
# wide scale.
|
| 85 |
-
# - **Netzero**: Identifies if its Netzero Target or not.
|
| 86 |
-
# - 'NET-ZERO': target_labels = ['T_Netzero','T_Netzero_C']
|
| 87 |
-
# - 'Non Netzero Target': target_labels_neg = ['T_Economy_C',
|
| 88 |
-
# 'T_Economy_Unc','T_Adaptation_C','T_Adaptation_Unc','T_Transport_C',
|
| 89 |
-
# 'T_Transport_O_C','T_Transport_O_Unc','T_Transport_Unc']
|
| 90 |
-
# - 'Others': Other Targets beside covered above
|
| 91 |
-
# - **GHG Target**: GHG targets refer to contributions framed as targeted \
|
| 92 |
-
# outcomes in GHG terms.
|
| 93 |
-
# - 'GHG': target_labels_ghg_yes = ['T_Transport_Unc','T_Transport_C']
|
| 94 |
-
# - 'NON GHG TRANSPORT TARGET': target_labels_ghg_no = ['T_Adaptation_Unc',\
|
| 95 |
-
# 'T_Adaptation_C', 'T_Transport_O_Unc', 'T_Transport_O_C']
|
| 96 |
-
# - 'OTHERS': Other Targets beside covered above.
|
| 97 |
-
# - **Conditionality**: An “unconditional contribution” is what countries \
|
| 98 |
-
# could implement without any conditions and based on their own \
|
| 99 |
-
# resources and capabilities. A “conditional contribution” is one \
|
| 100 |
-
# that countries would undertake if international means of support \
|
| 101 |
-
# are provided, or other conditions are met.
|
| 102 |
-
# - **Action**: Actions are an intention to implement specific means of \
|
| 103 |
-
# achieving GHG reductions, usually in forms of concrete projects.
|
| 104 |
-
# - **Policies and Plans**: Policies are domestic planning documents \
|
| 105 |
-
# such as policies, regulations or guidlines, and Plans are broader \
|
| 106 |
-
# than specific policies or actions, such as a general intention \
|
| 107 |
-
# to ‘improve efficiency’, ‘develop renewable energy’, etc. \
|
| 108 |
-
# The terms come from the World Bank's NDC platform and WRI's publication.
|
| 109 |
-
# """)
|
| 110 |
-
|
| 111 |
-
#c1, c2, c3 = st.columns([12,1,10])
|
| 112 |
-
#with c1:
|
| 113 |
-
# image = Image.open('docStore/img/flow.jpg')
|
| 114 |
-
# st.image(image)
|
| 115 |
-
#with c3:
|
| 116 |
-
|
| 117 |
st.write("""
|
| 118 |
What Happens in background?
|
| 119 |
|
|
|
|
| 33 |
# install packages if necessary
|
| 34 |
install_packages()
|
| 35 |
|
|
|
|
| 36 |
import appStore.vulnerability_analysis as vulnerability_analysis
|
| 37 |
import appStore.target as target_extraction
|
| 38 |
import appStore.doc_processing as processing
|
|
|
|
| 70 |
to cluster them thematically.
|
| 71 |
""")
|
| 72 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 73 |
st.write("""
|
| 74 |
What Happens in background?
|
| 75 |
|