Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -102,9 +102,9 @@ screen = gr.Interface(
|
|
102 |
description="This app facilitates a conversation with PDFs uploaded💡",
|
103 |
theme="soft",
|
104 |
live=True,
|
105 |
-
allow_screenshot=False,
|
106 |
allow_flagging=False,
|
107 |
)
|
108 |
|
|
|
109 |
# Add a way to upload and setup the database before starting the chat
|
110 |
screen.launch()
|
|
|
102 |
description="This app facilitates a conversation with PDFs uploaded💡",
|
103 |
theme="soft",
|
104 |
live=True,
|
|
|
105 |
allow_flagging=False,
|
106 |
)
|
107 |
|
108 |
+
|
109 |
# Add a way to upload and setup the database before starting the chat
|
110 |
screen.launch()
|