navred61 commited on
Commit
8fb6973
·
1 Parent(s): 6b7a4cd

added share as true

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -935,4 +935,5 @@ if __name__ == "__main__":
935
  show_api=True, # Expose ONLY the 4 Interfaces as tools
936
  show_error=True, # Display exceptions in the UI
937
  debug=True, # Verbose server logs
 
938
  )
 
935
  show_api=True, # Expose ONLY the 4 Interfaces as tools
936
  show_error=True, # Display exceptions in the UI
937
  debug=True, # Verbose server logs
938
+ share = True,
939
  )