daniel-de-leon commited on
Commit
1d5eea1
·
1 Parent(s): 87f0205

removed intel logo

Browse files
Files changed (1) hide show
  1. app.py +0 -2
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")