Gyimah3 commited on
Commit
7cb2af8
·
1 Parent(s): 7016992

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -148,7 +148,7 @@ with st.form(key="information", clear_on_submit=True):
148
  FREQUENCE_RECH = left_col.number_input("number of times the customer refilled:", min_value=0, max_value=1000)
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
 
@@ -157,7 +157,7 @@ with st.form(key="information", clear_on_submit=True):
157
  right_col.markdown("**SECOND COLUMN DATA**")
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)
 
148
  FREQUENCE_RECH = left_col.number_input("number of times the customer refilled:", min_value=0, max_value=1000)
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
 
 
157
  right_col.markdown("**SECOND COLUMN DATA**")
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)