Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -1,14 +1,6 @@
|
|
1 |
import appStore.vulnerability_analysis as vulnerability_analysis
|
2 |
-
#import appStore.netzero as netzero
|
3 |
-
#import appStore.sector as sector
|
4 |
-
#import appStore.adapmit as adapmit
|
5 |
-
#import appStore.ghg as ghg
|
6 |
-
#import appStore.policyaction as policyaction
|
7 |
-
#import appStore.conditional as conditional
|
8 |
-
#import appStore.indicator as indicator
|
9 |
import appStore.doc_processing as processing
|
10 |
from utils.uploadAndExample import add_upload
|
11 |
-
#rom PIL import Image
|
12 |
import streamlit as st
|
13 |
|
14 |
st.set_page_config(page_title = 'Vulnerability Analysis',
|
|
|
1 |
import appStore.vulnerability_analysis as vulnerability_analysis
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
2 |
import appStore.doc_processing as processing
|
3 |
from utils.uploadAndExample import add_upload
|
|
|
4 |
import streamlit as st
|
5 |
|
6 |
st.set_page_config(page_title = 'Vulnerability Analysis',
|