alirani
feat: add text input
6b329ae
raw
history blame
328 Bytes
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')