jrocha commited on
Commit
74283ac
·
verified ·
1 Parent(s): 83a908e

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -99,7 +99,7 @@ def main():
99
  ["What are treatments for cervical cancer?"]
100
  ])
101
 
102
- iface.launch(debug = True)
103
 
104
  if __name__ == "__main__":
105
  main()
 
99
  ["What are treatments for cervical cancer?"]
100
  ])
101
 
102
+ iface.launch(debug = True, share=True)
103
 
104
  if __name__ == "__main__":
105
  main()