Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -52,10 +52,10 @@ iface = gr.Interface(
|
|
52 |
fn=predict_performance,
|
53 |
inputs=[
|
54 |
gr.Slider(minimum=2024, maximum=2025, step=1, label="Year",info="The forecasted Year"),
|
55 |
-
gr.Slider(minimum=10000, maximum=
|
56 |
-
gr.Slider(minimum=10000, maximum=
|
57 |
-
gr.Slider(minimum=20000, maximum=
|
58 |
-
gr.Slider(minimum=5000, maximum=
|
59 |
],
|
60 |
outputs=gr.HTML(), # Specify the output as HTML
|
61 |
title="Student Admission Forecast",
|
|
|
52 |
fn=predict_performance,
|
53 |
inputs=[
|
54 |
gr.Slider(minimum=2024, maximum=2025, step=1, label="Year",info="The forecasted Year"),
|
55 |
+
gr.Slider(minimum=10000, maximum=45000, step=500, label="Instagram_Advertising", info="How much do you spend on Instagram ads Yearly($)?"),
|
56 |
+
gr.Slider(minimum=10000, maximum=75000, step=500, label="Facebook_Advertising", info="How much do you spend on Facebook ads Yearly($)?"),
|
57 |
+
gr.Slider(minimum=20000, maximum=100000, step=500, label="Event_Expenses", info="What’s your typical budget for events($)?"),
|
58 |
+
gr.Slider(minimum=5000, maximum=45000, step=500, label="Internet_Expenses", info="How much do you spend on internet Yearly($)?")
|
59 |
],
|
60 |
outputs=gr.HTML(), # Specify the output as HTML
|
61 |
title="Student Admission Forecast",
|