saifhmb commited on
Commit
77ddf3f
·
unverified ·
1 Parent(s): ee90022

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -97,7 +97,7 @@ def main():
97
  st.markdown("To determine whether a transaction is normal or fraudulent, please **ENTER** the Sender Country, Beneficiary Country, Amount in USD and Transaction Type :")
98
  col1, col2 = st.columns(2)
99
  with col1:
100
- Sender_Country = st.text_input("Sender Country")
101
  with col2:
102
  Bene_Country = st.text_input("Beneficiary Country")
103
 
 
97
  st.markdown("To determine whether a transaction is normal or fraudulent, please **ENTER** the Sender Country, Beneficiary Country, Amount in USD and Transaction Type :")
98
  col1, col2 = st.columns(2)
99
  with col1:
100
+ Sender_Country = st.text_input("Sender Country")
101
  with col2:
102
  Bene_Country = st.text_input("Beneficiary Country")
103