AnshulS commited on
Commit
8f571c2
·
verified ·
1 Parent(s): dff677e

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -0
app.py CHANGED
@@ -72,3 +72,6 @@ gr.Interface(
72
  title="SHL Assessment Recommender",
73
  description="Paste a job description to get the most relevant SHL assessments."
74
  ).launch()
 
 
 
 
72
  title="SHL Assessment Recommender",
73
  description="Paste a job description to get the most relevant SHL assessments."
74
  ).launch()
75
+
76
+ from gradio.routes import mount_gradio_app
77
+ app = mount_gradio_app(app, gr_interface, path="/")