jaleesahmed commited on
Commit
a7afcc6
·
1 Parent(s): c025e3c
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -30,6 +30,7 @@ def update(array_value):
30
 
31
  with gr.Blocks() as demo:
32
  gr.Markdown("*** Employee Experience Prediction ***")
 
33
  with gr.Row():
34
  inp = gr.Textbox(placeholder="Enter Employee Experience Data")
35
  out = gr.Textbox()
 
30
 
31
  with gr.Blocks() as demo:
32
  gr.Markdown("*** Employee Experience Prediction ***")
33
+ gr.Markdown("[EmployeeExperience, HealthBenefitsSatisfaction, SalarySatisfaction, Designation, HealthConscious, EmployeeFeedbackSentiments, Education, Gender, HoursOfTrainingAttendedLastYear, InternalJobMovement, Attrition]")
34
  with gr.Row():
35
  inp = gr.Textbox(placeholder="Enter Employee Experience Data")
36
  out = gr.Textbox()