Spaces:
Sleeping
Sleeping
setting page_layout
Browse files
app.py
CHANGED
@@ -6,6 +6,9 @@ import appStore.doc_processing as processing
|
|
6 |
import appStore.vulnerability_analysis as vulnerability_analysis
|
7 |
import appStore.target as target_analysis
|
8 |
|
|
|
|
|
|
|
9 |
with st.sidebar:
|
10 |
# upload and example doc
|
11 |
choice = st.sidebar.radio(label = 'Select the Document',
|
|
|
6 |
import appStore.vulnerability_analysis as vulnerability_analysis
|
7 |
import appStore.target as target_analysis
|
8 |
|
9 |
+
st.set_page_config(page_title = 'Vulnerability Analysis',
|
10 |
+
initial_sidebar_state='expanded', layout="wide")
|
11 |
+
|
12 |
with st.sidebar:
|
13 |
# upload and example doc
|
14 |
choice = st.sidebar.radio(label = 'Select the Document',
|