Mattral commited on
Commit
d1e2ffe
·
verified ·
1 Parent(s): 7d70bd7

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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()