File size: 328 Bytes
bd61da5 6b329ae |
1 2 3 4 5 6 7 8 9 10 11 12 13 |
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')
st.header('Generate a story')
st.text_input('Type a title to generate a story')
st.button('Get synopsis') |