skolvankar commited on
Commit
aced7b5
·
1 Parent(s): 530799e

Add application file

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -112,4 +112,4 @@ iface = gr.Interface(
112
  title = "COURSE Recommendation Chatbot: SWAYAM",
113
  live=True,
114
  )
115
- iface.launch()
 
112
  title = "COURSE Recommendation Chatbot: SWAYAM",
113
  live=True,
114
  )
115
+ iface.launch(share=True)