Spaces:
Build error
Build error
Update app.py
Browse files
app.py
CHANGED
|
@@ -34,7 +34,7 @@ iface = gr.Interface(
|
|
| 34 |
],
|
| 35 |
outputs=gr.Textbox(label="Prediction"),
|
| 36 |
title="Employability Prediction",
|
| 37 |
-
description="Rate yourself on the given attributes (1-5) to check your employability status.
|
| 38 |
)
|
| 39 |
|
| 40 |
# Run the Gradio app
|
|
|
|
| 34 |
],
|
| 35 |
outputs=gr.Textbox(label="Prediction"),
|
| 36 |
title="Employability Prediction",
|
| 37 |
+
description="Rate yourself on the given attributes (1-5) to check your employability status."
|
| 38 |
)
|
| 39 |
|
| 40 |
# Run the Gradio app
|