UI fix
Browse files
app.py
CHANGED
@@ -41,6 +41,7 @@ with st.expander("ℹ️ - About this app", expanded=False):
|
|
41 |
- Step 3: The paragraphs which are detected containing some target \
|
42 |
related information are then fed to multiple classifier to enrich the
|
43 |
Information Extraction.
|
|
|
44 |
Classifers:
|
45 |
- **Netzero**: Detects if any Netzero commitment is prresent in paragraph or not.
|
46 |
- **GHG**: Detects if any GHG related information present in paragraph or not.
|
@@ -61,4 +62,4 @@ if st.button("Analyze Document"):
|
|
61 |
|
62 |
if 'key1' in st.session_state:
|
63 |
target_extraction.target_display()
|
64 |
-
st.write(st.session_state.key1)
|
|
|
41 |
- Step 3: The paragraphs which are detected containing some target \
|
42 |
related information are then fed to multiple classifier to enrich the
|
43 |
Information Extraction.
|
44 |
+
|
45 |
Classifers:
|
46 |
- **Netzero**: Detects if any Netzero commitment is prresent in paragraph or not.
|
47 |
- **GHG**: Detects if any GHG related information present in paragraph or not.
|
|
|
62 |
|
63 |
if 'key1' in st.session_state:
|
64 |
target_extraction.target_display()
|
65 |
+
# st.write(st.session_state.key1)
|