Spaces:
Sleeping
Sleeping
update changes
Browse files- 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()
|