import streamlit as st st.set_page_config(f'SDSN x GIZ Policy Tracing', layout="wide") import seaborn as sns import pdfplumber from pandas import DataFrame from keybert import KeyBERT import matplotlib.pyplot as plt import numpy as np import streamlit as st ##@st.cache(allow_output_mutation=True) def load_model(): return KeyBERT() st.sidebar.image( "https://huggingface.co/spaces/peter2000/policy_test/blob/main/sdsn.png", use_column_width=True ) st.sidebar.title( "Options:" ) st.sidebar.markdown( "You can freely browse the different chapters - ie example prompts from different people - and see the results." ) selected_date = st.sidebar.selectbox( "Please select the chapter you want to read:", ['c1','c2'] ) with st.container(): st.markdown("