WSYAM806 commited on
Commit
480b305
1 Parent(s): fe7a059

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -55,7 +55,7 @@ with App:
55
  Trans_Withdrawal_x = st.number_input('Accumulate Type Withdrawal Transaction In Year')
56
  Trans_Credit = st.number_input('Accumulate Type Credit Card Transaction In Year')
57
  Trans_Debit = st.number_input('Accumulate Type Debit Card Transaction In Year')
58
- Collection_From_Other Bank = st.number_input('Accumulate Collection From Other Bank In Year')
59
  Credit_Card_Withdrawal = st.number_input('Accumulate Credit Card Withdrawal In Year')
60
  Credit_in_Cash = st.number_input('Accumulate Credit in Cash In Year')
61
  Interest = st.number_input('Accumulate Interest In Year')
@@ -78,7 +78,7 @@ with App:
78
  'Trans Withdrawal_x': Trans_Withdrawal_x,
79
  'Trans_Credit': Trans_Credit,
80
  'Trans_Debit': Trans_Debit,
81
- 'Collection From Other Bank': Collection_From_Other Bank,
82
  'Credit Card Withdrawal': Credit_Card_Withdrawal,
83
  'Credit in Cash': Credit_in_Cash,
84
  'Interest': Interest,
 
55
  Trans_Withdrawal_x = st.number_input('Accumulate Type Withdrawal Transaction In Year')
56
  Trans_Credit = st.number_input('Accumulate Type Credit Card Transaction In Year')
57
  Trans_Debit = st.number_input('Accumulate Type Debit Card Transaction In Year')
58
+ Collection_From_Other_Bank = st.number_input('Accumulate Collection From Other Bank In Year')
59
  Credit_Card_Withdrawal = st.number_input('Accumulate Credit Card Withdrawal In Year')
60
  Credit_in_Cash = st.number_input('Accumulate Credit in Cash In Year')
61
  Interest = st.number_input('Accumulate Interest In Year')
 
78
  'Trans Withdrawal_x': Trans_Withdrawal_x,
79
  'Trans_Credit': Trans_Credit,
80
  'Trans_Debit': Trans_Debit,
81
+ 'Collection From Other Bank': Collection_From_Other_Bank,
82
  'Credit Card Withdrawal': Credit_Card_Withdrawal,
83
  'Credit in Cash': Credit_in_Cash,
84
  'Interest': Interest,