Spaces:
Sleeping
Sleeping
remove modal support
Browse files
main.py
CHANGED
@@ -5,7 +5,6 @@ import time
|
|
5 |
from model import *
|
6 |
from Explanations.mistral import MistralExplainer, mistral_2_display
|
7 |
from Explanations.llama2 import Llama2Explainer
|
8 |
-
from streamlit_modal import Modal
|
9 |
|
10 |
if 'model' not in st.session_state:
|
11 |
st.session_state.model = 'Model 1'
|
|
|
5 |
from model import *
|
6 |
from Explanations.mistral import MistralExplainer, mistral_2_display
|
7 |
from Explanations.llama2 import Llama2Explainer
|
|
|
8 |
|
9 |
if 'model' not in st.session_state:
|
10 |
st.session_state.model = 'Model 1'
|