Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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="/")
|