shukdevdatta123 commited on
Commit
96ff209
·
verified ·
1 Parent(s): 24a9f83

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -169,4 +169,4 @@ with gr.Blocks(title="Systematic Review Generator") as app:
169
  """)
170
 
171
  if __name__ == "__main__":
172
- app.launch()
 
169
  """)
170
 
171
  if __name__ == "__main__":
172
+ app.launch(share=True)