GauravGajbhiye commited on
Commit
6dda2b5
·
verified ·
1 Parent(s): a9b7f18

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -2
app.py CHANGED
@@ -3,11 +3,12 @@ from langchain_community.llms import HuggingFaceEndpoint
3
  from langchain.prompts import PromptTemplate
4
  #from transformers import pipeline, set_seed
5
 
6
-
7
- st.title("❤️ Personalized Poetry Writing Tool ❤️")
8
  st.set_page_config(page_title="Poetry Generaion Demo", page_icon=":robot:")
9
  st.header("Hey, I am your poetry generator")
10
 
 
 
 
11
 
12
  theme = st.text_input("Enter the theme of the poem (eg. Rain, Sunshine, Tomato, etc.)")
13
  style = st.text_input("Enter the style for the poem (eg. Shakespear, Little Girl, Professional, Student, etc.)")
 
3
  from langchain.prompts import PromptTemplate
4
  #from transformers import pipeline, set_seed
5
 
 
 
6
  st.set_page_config(page_title="Poetry Generaion Demo", page_icon=":robot:")
7
  st.header("Hey, I am your poetry generator")
8
 
9
+ st.title("❤️ Personalized Poetry Writing Tool ❤️")
10
+
11
+
12
 
13
  theme = st.text_input("Enter the theme of the poem (eg. Rain, Sunshine, Tomato, etc.)")
14
  style = st.text_input("Enter the style for the poem (eg. Shakespear, Little Girl, Professional, Student, etc.)")