venkatareddykonasani commited on
Commit
54f30d5
1 Parent(s): 9126dee

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +5 -1
app.py CHANGED
@@ -5,7 +5,11 @@ st.title("Book Summary Application :book:")
5
  st.subheader(':blue[by Venkat Reddy] :sunglasses:')
6
  themes_tuple = ("Love and Romance", "Adventure and Exploration", "Coming of Age", "Mystery and Crime",
7
  "Fantasy and Science Fiction", "Historical Fiction", "Self-Help and Personal Development",
8
- "Horror and Thriller", "Biography and Memoir","Social and Political Issues"
 
 
 
 
9
  )
10
  theme = st.sidebar.selectbox("Select a Theme", themes_tuple)
11
 
 
5
  st.subheader(':blue[by Venkat Reddy] :sunglasses:')
6
  themes_tuple = ("Love and Romance", "Adventure and Exploration", "Coming of Age", "Mystery and Crime",
7
  "Fantasy and Science Fiction", "Historical Fiction", "Self-Help and Personal Development",
8
+ "Horror and Thriller", "Biography and Memoir","Social and Political Issues",
9
+ "Health and Wellness","Business and Entrepreneurship","Technology and Innovation",
10
+ "Spirituality and Religion","Sports and Athletics","Art and Creativity",
11
+ "Environmental and Nature","Psychology and Mental Health","Travel and Culture",
12
+ "Education and Learning"
13
  )
14
  theme = st.sidebar.selectbox("Select a Theme", themes_tuple)
15