Spaces:
Runtime error
Runtime error
Commit
·
c025e3c
1
Parent(s):
5c6f78e
app
Browse files
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("
|
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()
|