JeCabrera commited on
Commit
52cc04b
·
verified ·
1 Parent(s): 5a2ea4e

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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 #00000; padding: 5px; border-radius: 8px; background-color: #ffffff;">
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>