peter2000 commited on
Commit
402e9be
1 Parent(s): 68739a8

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +5 -1
app.py CHANGED
@@ -14,7 +14,11 @@ import streamlit as st
14
  ##@st.cache(allow_output_mutation=True)
15
  def load_model():
16
  return KeyBERT()
17
-
 
 
 
 
18
 
19
 
20
  with st.container():
 
14
  ##@st.cache(allow_output_mutation=True)
15
  def load_model():
16
  return KeyBERT()
17
+
18
+ st.sidebar.image(
19
+ "https://assets.website-files.com/6139f3cdcbbff3a68486761d/613cd8997b270da063e230c5_Tekengebied%201-p-2000.png",
20
+ use_column_width=True
21
+ )
22
 
23
 
24
  with st.container():