Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
|
@@ -3,6 +3,7 @@ import appStore.doc_processing as processing
|
|
| 3 |
from utils.uploadAndExample import add_upload
|
| 4 |
import streamlit as st
|
| 5 |
from utils.vulnerability_classifier import label_dict
|
|
|
|
| 6 |
|
| 7 |
st.set_page_config(page_title = 'Vulnerability Analysis',
|
| 8 |
initial_sidebar_state='expanded', layout="wide")
|
|
|
|
| 3 |
from utils.uploadAndExample import add_upload
|
| 4 |
import streamlit as st
|
| 5 |
from utils.vulnerability_classifier import label_dict
|
| 6 |
+
import pandas as pd
|
| 7 |
|
| 8 |
st.set_page_config(page_title = 'Vulnerability Analysis',
|
| 9 |
initial_sidebar_state='expanded', layout="wide")
|