Spaces:
Runtime error
Runtime error
Update app.py
Browse files
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():
|