SameerR007 commited on
Commit
7178f1c
1 Parent(s): e2d6857

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -1,6 +1,6 @@
1
  import streamlit as st
2
  import nltk
3
- st.header("New York Times Book recommendation.")
4
  st.markdown("Takes a book that user has read as a input and gives recommendation based on top 70 NYT bestsellers.")
5
  book=st.text_input("Enter the book you have read")
6
  def gsearch(book):
 
1
  import streamlit as st
2
  import nltk
3
+ st.header("New York Times Book recommendation")
4
  st.markdown("Takes a book that user has read as a input and gives recommendation based on top 70 NYT bestsellers.")
5
  book=st.text_input("Enter the book you have read")
6
  def gsearch(book):