File size: 566 Bytes
19f8492 6e64066 19f8492 4c4427c |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 |
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("![Alt Text](https://camo.githubusercontent.com/473dd9f992924d27457650251786464f72e54121ac6e9210add0f483ca849277/68747470733a2f2f692e696d6775722e636f6d2f3765523750616e2e706e67)")
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
) |