chips commited on
Commit
9d29fca
·
1 Parent(s): c4f4c44

headline fix

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -424,7 +424,7 @@ with gr.Blocks(title="Internal Demo (peters edition) for Attribution") as demo:
424
  with gr.Row():
425
  with gr.Column(scale=12):
426
  gr.Markdown(
427
- """<div style="text-align: center; font-size: 24px;"><strong>Internal Demo for Attribution</strong></div>"""
428
  )
429
  gr.Markdown(description)
430
 
 
424
  with gr.Row():
425
  with gr.Column(scale=12):
426
  gr.Markdown(
427
+ """<div style="text-align: center; font-size: 24px;"><strong>Internal Demo (peters edition) for Attribution</strong></div>"""
428
  )
429
  gr.Markdown(description)
430