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

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -164,7 +164,7 @@ def question_answer(url, file, question):
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() as demo:
168
 
169
  gr.Markdown(f'<center><h1>{title}</h1></center>')
170
  gr.Markdown(description)
 
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
 
169
  gr.Markdown(f'<center><h1>{title}</h1></center>')
170
  gr.Markdown(description)