Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -23,9 +23,9 @@ def predict_profit(
|
|
23 |
ui=gr.Interface(
|
24 |
fn=predict_profit,
|
25 |
inputs=[
|
26 |
-
gr.
|
27 |
-
gr.
|
28 |
-
gr.
|
29 |
gr.Dropdown(["New York","California","Florida"],label="STATE"),
|
30 |
],
|
31 |
|
|
|
23 |
ui=gr.Interface(
|
24 |
fn=predict_profit,
|
25 |
inputs=[
|
26 |
+
gr.Number(placeholder="R&D Amount",label="R&D SPEND"),
|
27 |
+
gr.Number(placeholder="Administration Amount",label="ADMINISTRATION"),
|
28 |
+
gr.Number(placeholder="Marketing Amount",label="MARKETING SPEND"),
|
29 |
gr.Dropdown(["New York","California","Florida"],label="STATE"),
|
30 |
],
|
31 |
|