Spaces:
Sleeping
Sleeping
saifhmb
commited on
Update app.py
Browse files
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 |
-
|
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 |
|