rstallman commited on
Commit
dfca30c
·
1 Parent(s): e79ef22

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -162,7 +162,8 @@ def launch_interface():
162
  title="Document Chatbot",
163
  description="Upload a PDF contract to chat with the AI lawyer."
164
  ) as interface:
165
- interface.launch()
166
 
167
  if __name__ == "__main__":
168
  launch_interface()
 
 
162
  title="Document Chatbot",
163
  description="Upload a PDF contract to chat with the AI lawyer."
164
  ) as interface:
165
+ interface.launch(share=True)
166
 
167
  if __name__ == "__main__":
168
  launch_interface()
169
+