Update app.py
Browse files
app.py
CHANGED
|
@@ -162,7 +162,7 @@ def question_answer(url, file, question):
|
|
| 162 |
|
| 163 |
|
| 164 |
title = 'BookGPT'
|
| 165 |
-
description = "
|
| 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 |
|