at2507 commited on
Commit
e1bbb2f
·
1 Parent(s): 48683e5

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -31,6 +31,6 @@ gr.Interface(
31
  article=article,
32
  examples=[["CLNE, TRXC, TGE and ADMS among midday movers"],
33
  ["CRISPR Therapeutics among healthcare gainers; Plus Therapeutics leads the losers"]],
34
- ).launch(share=True)
35
 
36
 
 
31
  article=article,
32
  examples=[["CLNE, TRXC, TGE and ADMS among midday movers"],
33
  ["CRISPR Therapeutics among healthcare gainers; Plus Therapeutics leads the losers"]],
34
+ ).launch()
35
 
36