fffiloni commited on
Commit
e290e46
1 Parent(s): ca856cf

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -57,8 +57,8 @@ with gr.Blocks(css=css) as demo:
57
  with gr.Column(elem_id="col-container"):
58
  gr.Markdown(
59
  """
60
- <h1>Image to Story</h1>
61
- <p>Upload an image, get a story made by Llama2 !</p>
62
  """
63
  )
64
  with gr.Row():
 
57
  with gr.Column(elem_id="col-container"):
58
  gr.Markdown(
59
  """
60
+ <h1 style="text-align: center">Image to Story</h1>
61
+ <p style="text-align: center">Upload an image, get a story made by Llama2 !</p>
62
  """
63
  )
64
  with gr.Row():