Spaces:
Runtime error
Runtime error
Commit
·
88095fa
1
Parent(s):
516f005
mejora en presenatación
Browse files
app.py
CHANGED
@@ -178,7 +178,7 @@ def run():
|
|
178 |
try:
|
179 |
run()
|
180 |
except KeyError:
|
181 |
-
cole,cole1,cole2 = st.columns([
|
182 |
|
183 |
with cole1:
|
184 |
st.error('Término no encontrado. Por favor, ingrese un término existente ⚠️', icon="⚠️")
|
|
|
178 |
try:
|
179 |
run()
|
180 |
except KeyError:
|
181 |
+
cole,cole1,cole2 = st.columns([2,3,2])
|
182 |
|
183 |
with cole1:
|
184 |
st.error('Término no encontrado. Por favor, ingrese un término existente ⚠️', icon="⚠️")
|