camilaaeromoca commited on
Commit
011f683
·
verified ·
1 Parent(s): 2fe9137

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -98,4 +98,4 @@ webapp = gr.Interface(fn = funcsolve,
98
  examples = ["5 + 3 =", "2 + 9 ="])
99
 
100
 
101
- webapp.launch()
 
98
  examples = ["5 + 3 =", "2 + 9 ="])
99
 
100
 
101
+ webapp.launch(share=True)