rodolfoocampo commited on
Commit
953667c
β€’
1 Parent(s): 316b743

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -5
app.py CHANGED
@@ -168,11 +168,9 @@ with gr.Blocks(css='''
168
  </div>
169
  <p style="margin-bottom: 10px; font-size: 94%;">
170
  A playful AI co-writer!
171
-
172
-
173
-
174
  </p>
175
- <p style=" font-size: 70%;>Generate the beginning of a story by writing two themes, then edit, add to it, extend it and illustrate it! </p>
 
176
 
177
  </div>
178
  """)
@@ -188,7 +186,7 @@ with gr.Blocks(css='''
188
 
189
  b3 = gr.Button("Continue Story", elem_id="continue-btn")
190
  b2 = gr.Button("Illustrate Story", elem_id="illustrated-btn")
191
- gr.HTML('<p>Illustrations can take up to 10 minutes to generate. See it a way to exercise patience, amidst a sea of content immediacy!</p>')
192
 
193
  with gr.Row():
194
  illustration = gr.Image(label='Illustration')
 
168
  </div>
169
  <p style="margin-bottom: 10px; font-size: 94%;">
170
  A playful AI co-writer!
 
 
 
171
  </p>
172
+ <br>
173
+ <p style="font-size: 70%;>Generate the beginning of a story by writing two themes, then edit, add to it, extend it and illustrate it! </p>
174
 
175
  </div>
176
  """)
 
186
 
187
  b3 = gr.Button("Continue Story", elem_id="continue-btn")
188
  b2 = gr.Button("Illustrate Story", elem_id="illustrated-btn")
189
+ gr.HTML('<p>Illustrations can take up to 10 minutes to generate. See it as an exercise in patience, amidst a sea of immediacy!</p>')
190
 
191
  with gr.Row():
192
  illustration = gr.Image(label='Illustration')