damelia commited on
Commit
9629ed2
·
verified ·
1 Parent(s): 226a06c

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -490,5 +490,5 @@ demo = gr.TabbedInterface(
490
  ["Generate Report", "IMSI Trace", "BCP Trace"],
491
  # theme=gr.themes.Glass(),
492
  )
493
- demo.launch(share=True)
494
 
 
490
  ["Generate Report", "IMSI Trace", "BCP Trace"],
491
  # theme=gr.themes.Glass(),
492
  )
493
+ demo.launch(share = True)
494