Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -118,7 +118,7 @@ if st.button("Generar Titulares"):
|
|
| 118 |
generated_headlines = generate_headlines(number_of_headlines, target_audience, product, temperature)
|
| 119 |
col2.markdown(f"""
|
| 120 |
<div style="border: 1px solid #000000; padding: 5px; border-radius: 8px; background-color: #ffffff;">
|
| 121 |
-
<h4>
|
| 122 |
<p>{generated_headlines}</p>
|
| 123 |
</div>
|
| 124 |
""", unsafe_allow_html=True)
|
|
|
|
| 118 |
generated_headlines = generate_headlines(number_of_headlines, target_audience, product, temperature)
|
| 119 |
col2.markdown(f"""
|
| 120 |
<div style="border: 1px solid #000000; padding: 5px; border-radius: 8px; background-color: #ffffff;">
|
| 121 |
+
<h4>Observa la magia en acción:</h4>
|
| 122 |
<p>{generated_headlines}</p>
|
| 123 |
</div>
|
| 124 |
""", unsafe_allow_html=True)
|