Denisijcu commited on
Commit
cc90812
·
verified ·
1 Parent(s): 8487a9c

update changes

Browse files
Files changed (1) hide show
  1. app/dashboard.py +1 -1
app/dashboard.py CHANGED
@@ -128,7 +128,7 @@ with tab2:
128
  contract = st.text_input("Dirección del Token (0x...)")
129
  if st.button("🔍 SCAN WEB3 ASSET", use_container_width=True):
130
  if contract:
131
- with st.spinner("Escaneando seguridad..."):
132
  try:
133
  r = requests.get(f"{BACKEND_URL}/audit_contract/{contract}", timeout=120)
134
  res_w3 = r.json()
 
128
  contract = st.text_input("Dirección del Token (0x...)")
129
  if st.button("🔍 SCAN WEB3 ASSET", use_container_width=True):
130
  if contract:
131
+ with st.spinner("Escaneando seguridad...."):
132
  try:
133
  r = requests.get(f"{BACKEND_URL}/audit_contract/{contract}", timeout=120)
134
  res_w3 = r.json()