JeCabrera commited on
Commit
5a2ea4e
·
verified ·
1 Parent(s): 588008e

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -127,8 +127,8 @@ 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: 2px solid #FFCC00; padding: 10px; border-radius: 8px; background-color: #f9f9f9;">
131
- <h3>Aquí está tu párrafo de apertura:</h3>
132
  <p>{}</p>
133
  </div>
134
  """.format(generated_text), unsafe_allow_html=True) # Update with generated text
 
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 #00000; padding: 5px; border-radius: 8px; background-color: #ffffff;">
131
+ <h4>Aquí está tu párrafo de apertura:</h4>
132
  <p>{}</p>
133
  </div>
134
  """.format(generated_text), unsafe_allow_html=True) # Update with generated text