trysem commited on
Commit
c7a39cc
·
1 Parent(s): 7752720

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -162,7 +162,7 @@ def question_answer(url, file, question):
162
 
163
 
164
  title = 'BookGPT'
165
- description = "BookGPT allows you to input an entire book and ask questions about its contents. This app uses GPT-3 to generate answers based on the book's information. BookGPT has ability to add reference to the specific page number from where the information was found. This adds credibility to the answers generated also helps you locate the relevant information in the book."
166
 
167
  with gr.Blocks(css="footer {visibility: hidden}") as demo:
168
 
 
162
 
163
 
164
  title = 'BookGPT'
165
+ description = ""
166
 
167
  with gr.Blocks(css="footer {visibility: hidden}") as demo:
168