alirani
commited on
Commit
·
6b329ae
1
Parent(s):
bd61da5
feat: add text input
Browse files
app.py
CHANGED
@@ -4,4 +4,10 @@ favicon = "https://i.ibb.co/JRdhFZg/favicon-32x32.png"
|
|
4 |
|
5 |
st.set_page_config(page_title='Chatbot', page_icon = favicon, layout = 'wide', initial_sidebar_state = 'auto')
|
6 |
|
7 |
-
st.title('Demo LoreFinder')
|
|
|
|
|
|
|
|
|
|
|
|
|
|
4 |
|
5 |
st.set_page_config(page_title='Chatbot', page_icon = favicon, layout = 'wide', initial_sidebar_state = 'auto')
|
6 |
|
7 |
+
st.title('Demo LoreFinder')
|
8 |
+
|
9 |
+
st.header('Generate a story')
|
10 |
+
|
11 |
+
st.text_input('Type a title to generate a story')
|
12 |
+
|
13 |
+
st.button('Get synopsis')
|