GIRI45 commited on
Commit
c852ee4
·
verified ·
1 Parent(s): 38480ce

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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. (AsthanM😉)"
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