Spaces:
Sleeping
Sleeping
Commit
·
1d5eea1
1
Parent(s):
87f0205
removed intel logo
Browse files
app.py
CHANGED
|
@@ -13,8 +13,6 @@ rescale_logits = False
|
|
| 13 |
|
| 14 |
|
| 15 |
st.set_page_config(page_title='Text Classification with Shap')
|
| 16 |
-
logo = Image.open('Intel-logo.png')
|
| 17 |
-
st.sidebar.image(logo)
|
| 18 |
st.title('Interpreting HF Pipeline Text Classification with Shap')
|
| 19 |
|
| 20 |
form = st.sidebar.form("Model Selection")
|
|
|
|
| 13 |
|
| 14 |
|
| 15 |
st.set_page_config(page_title='Text Classification with Shap')
|
|
|
|
|
|
|
| 16 |
st.title('Interpreting HF Pipeline Text Classification with Shap')
|
| 17 |
|
| 18 |
form = st.sidebar.form("Model Selection")
|