File size: 219 Bytes
bd61da5 |
1 2 3 4 5 6 7 |
import streamlit as st
favicon = "https://i.ibb.co/JRdhFZg/favicon-32x32.png"
st.set_page_config(page_title='Chatbot', page_icon = favicon, layout = 'wide', initial_sidebar_state = 'auto')
st.title('Demo LoreFinder') |