Krzysztof Krystian Jankowski commited on
Commit
9f6dce5
1 Parent(s): 66f7310

additional info

Browse files
Files changed (1) hide show
  1. app.py +2 -0
app.py CHANGED
@@ -35,6 +35,8 @@ st.set_page_config(page_title="GenBlog Demo",
35
  layout="centered",
36
  initial_sidebar_state='collapsed')
37
  st.header("GenBlog Demo 📚")
 
 
38
  input_text=st.text_input("Enter the Blog Topic")
39
  col1, col2 = st.columns([5, 5])
40
  with col1:
 
35
  layout="centered",
36
  initial_sidebar_state='collapsed')
37
  st.header("GenBlog Demo 📚")
38
+ st.write("This is a demo of the GenBlog model. Enter a blog topic, the number of words and the blog style to generate a blog post.")
39
+ st.write("Based on the TinyLlama model by TheBloke.")
40
  input_text=st.text_input("Enter the Blog Topic")
41
  col1, col2 = st.columns([5, 5])
42
  with col1: