Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -127,7 +127,7 @@ if submit:
|
|
| 127 |
# Get the response from the model
|
| 128 |
generated_text = get_gemini_response(target_audience, product, text_type, length, mood, emotionality)
|
| 129 |
col2.markdown("""
|
| 130 |
-
<div style="border: 1px solid #
|
| 131 |
<h4>Aquí está tu párrafo de apertura:</h4>
|
| 132 |
<p>{}</p>
|
| 133 |
</div>
|
|
|
|
| 127 |
# Get the response from the model
|
| 128 |
generated_text = get_gemini_response(target_audience, product, text_type, length, mood, emotionality)
|
| 129 |
col2.markdown("""
|
| 130 |
+
<div style="border: 1px solid #000000; padding: 5px; border-radius: 8px; background-color: #ffffff;">
|
| 131 |
<h4>Aquí está tu párrafo de apertura:</h4>
|
| 132 |
<p>{}</p>
|
| 133 |
</div>
|