Update app.py
Browse files
app.py
CHANGED
|
@@ -48,4 +48,4 @@ iface = gr.Interface(fn=search_courses,
|
|
| 48 |
description="Enter a query to find the 4 top most similar courses to your requirements")
|
| 49 |
|
| 50 |
# Launch the Gradio app
|
| 51 |
-
iface.launch()
|
|
|
|
| 48 |
description="Enter a query to find the 4 top most similar courses to your requirements")
|
| 49 |
|
| 50 |
# Launch the Gradio app
|
| 51 |
+
iface.launch(share=True)
|