petals / app.py
ybelkada's picture
Update app.py
4c4427c
raw
history blame contribute delete
566 Bytes
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
)