rstallman commited on
Commit
2e62d47
·
1 Parent(s): 13641cc

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -162,7 +162,7 @@ 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(share=True)
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()
166
 
167
  if __name__ == "__main__":
168
  launch_interface()