akhud commited on
Commit
c2bf0f6
β€’
1 Parent(s): 24832f1

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -36,11 +36,11 @@ def getLLamaresponse(input_text,no_words,blog_style):
36
 
37
 
38
  st.set_page_config(page_title="Generate Blogs",
39
- page_icon='πŸ€–',
40
  layout='centered',
41
  initial_sidebar_state='collapsed')
42
 
43
- st.header("Generate Blogs πŸ€–")
44
 
45
  input_text=st.text_input("Enter the Blog Topic")
46
 
 
36
 
37
 
38
  st.set_page_config(page_title="Generate Blogs",
39
+ page_icon='β™œ',
40
  layout='centered',
41
  initial_sidebar_state='collapsed')
42
 
43
+ st.header("Lets Generate Blogs Together β™œ")
44
 
45
  input_text=st.text_input("Enter the Blog Topic")
46