Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -108,7 +108,7 @@ demo = gr.Interface(
|
|
| 108 |
fn=ask_pdfs,
|
| 109 |
inputs=["text"],
|
| 110 |
outputs=["text"],
|
| 111 |
-
title="
|
| 112 |
)
|
| 113 |
demo.launch(share=True)
|
| 114 |
|
|
|
|
| 108 |
fn=ask_pdfs,
|
| 109 |
inputs=["text"],
|
| 110 |
outputs=["text"],
|
| 111 |
+
title="UUW QuickHelper Bot",
|
| 112 |
)
|
| 113 |
demo.launch(share=True)
|
| 114 |
|