jaleesahmed commited on
Commit
c025e3c
·
1 Parent(s): 5c6f78e
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -29,7 +29,7 @@ def update(array_value):
29
  return f"Prediction : {prediction_value}!"
30
 
31
  with gr.Blocks() as demo:
32
- gr.Markdown("Start typing below and then click **Run** to see the output.")
33
  with gr.Row():
34
  inp = gr.Textbox(placeholder="Enter Employee Experience Data")
35
  out = gr.Textbox()
 
29
  return f"Prediction : {prediction_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()