Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -149,7 +149,7 @@ with st.form(key="information", clear_on_submit=True):
|
|
| 149 |
REVENUE = left_col.number_input("monthly income of each client:", min_value=0, max_value=1000000000)
|
| 150 |
ARPU_SEGMENT=left_col.number_input("income over 90 days / 3:",min_value=0, max_value=30000)
|
| 151 |
FREQUENCE = left_col.number_input("number of times the client has made an income:", min_value=0, max_value=100)
|
| 152 |
-
DATA_VOLUME = left_col.number_input("number of connections:",min_value=0, max_value=10000)
|
| 153 |
|
| 154 |
|
| 155 |
|
|
@@ -158,7 +158,7 @@ with st.form(key="information", clear_on_submit=True):
|
|
| 158 |
ON_NET = right_col.number_input("inter expresso call:", min_value=0, max_value=10000)
|
| 159 |
ORANGE = right_col.number_input("call to orange:", min_value=0, max_value=10000)
|
| 160 |
#FREQUENCE = left_col.number_input("number of times the client has made an income:", min_value=0, max_value=100)
|
| 161 |
-
|
| 162 |
#TIGO = right_col.number_input("call to Tigo:", min_value=0, max_value=10000)
|
| 163 |
#ZONE1 = right_col.number_input("call to Zones 1:", min_value=0, max_value=10000)
|
| 164 |
#ZONE2 = right_col.number_input("call to Zones 2:", min_value=0, max_value=10000)
|
|
|
|
| 149 |
REVENUE = left_col.number_input("monthly income of each client:", min_value=0, max_value=1000000000)
|
| 150 |
ARPU_SEGMENT=left_col.number_input("income over 90 days / 3:",min_value=0, max_value=30000)
|
| 151 |
FREQUENCE = left_col.number_input("number of times the client has made an income:", min_value=0, max_value=100)
|
| 152 |
+
#DATA_VOLUME = left_col.number_input("number of connections:",min_value=0, max_value=10000)
|
| 153 |
|
| 154 |
|
| 155 |
|
|
|
|
| 158 |
ON_NET = right_col.number_input("inter expresso call:", min_value=0, max_value=10000)
|
| 159 |
ORANGE = right_col.number_input("call to orange:", min_value=0, max_value=10000)
|
| 160 |
#FREQUENCE = left_col.number_input("number of times the client has made an income:", min_value=0, max_value=100)
|
| 161 |
+
DATA_VOLUME = left_col.number_input("number of connections:",min_value=0, max_value=10000)
|
| 162 |
#TIGO = right_col.number_input("call to Tigo:", min_value=0, max_value=10000)
|
| 163 |
#ZONE1 = right_col.number_input("call to Zones 1:", min_value=0, max_value=10000)
|
| 164 |
#ZONE2 = right_col.number_input("call to Zones 2:", min_value=0, max_value=10000)
|