Spaces:
Paused
Paused
Update app.py
Browse files
app.py
CHANGED
|
@@ -37,6 +37,6 @@ def custom_chat(user_input):
|
|
| 37 |
demo = gr.Interface(fn=custom_chat,
|
| 38 |
inputs="text",
|
| 39 |
outputs="text",
|
| 40 |
-
title="
|
| 41 |
|
| 42 |
demo.launch( )
|
|
|
|
| 37 |
demo = gr.Interface(fn=custom_chat,
|
| 38 |
inputs="text",
|
| 39 |
outputs="text",
|
| 40 |
+
title="Bring out your PDFs")
|
| 41 |
|
| 42 |
demo.launch( )
|