Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -160,7 +160,7 @@ if submit:
|
|
160 |
col2.markdown(f"""
|
161 |
<div style="border: 1px solid #000000; padding: 5px; border-radius: 8px; background-color: #ffffff;">
|
162 |
<h4>Mira la magia en acci贸n con estos bullets:</h4>
|
163 |
-
<p style="line-height:
|
164 |
</div>
|
165 |
""", unsafe_allow_html=True)
|
166 |
except Exception as e:
|
|
|
160 |
col2.markdown(f"""
|
161 |
<div style="border: 1px solid #000000; padding: 5px; border-radius: 8px; background-color: #ffffff;">
|
162 |
<h4>Mira la magia en acci贸n con estos bullets:</h4>
|
163 |
+
<p style="line-height: 2;">{formatted_bullets}</p>
|
164 |
</div>
|
165 |
""", unsafe_allow_html=True)
|
166 |
except Exception as e:
|