| import requests | |
| import streamlit as st | |
| from utils_display import HEADER, SIDE_BAR_TEXT, write_incremental, i_am_feeling_lucky | |
| st.markdown(HEADER, unsafe_allow_html=True) | |
| st.markdown("") | |
| st.sidebar.image( | |
| "https://assets.website-files.com/6139f3cdcbbff3a68486761d/613cd8997b270da063e230c5_Tekengebied%201-p-2000.png", | |
| use_column_width=True | |
| ) | |
| st.sidebar.markdown( | |
| SIDE_BAR_TEXT | |
| ) |