cyberandy commited on
Commit
0bec8b3
·
1 Parent(s): 974de21

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -4
app.py CHANGED
@@ -2,10 +2,8 @@ import streamlit as st
2
  from annotated_text import annotated_text
3
  from refined.inference.processor import Refined
4
 
5
- from PIL import Image
6
-
7
- # Load WordLift Logo
8
- image = Image.open('logo-wordlift.png')
9
 
10
  # Initiate the model
11
  model_options = {"aida_model", "wikipedia_model_with_numbers"}
 
2
  from annotated_text import annotated_text
3
  from refined.inference.processor import Refined
4
 
5
+ # Sidebar
6
+ st.sidebar.image("logo-wordlift.png")
 
 
7
 
8
  # Initiate the model
9
  model_options = {"aida_model", "wikipedia_model_with_numbers"}