adelevett commited on
Commit
1963c9a
·
1 Parent(s): 695c394
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -270,7 +270,7 @@ with gr.Blocks(title="ReadStream", theme=custom_theme, css=custom_css) as demo:
270
  """
271
  <div style="text-align: center; margin-bottom: 20px; padding-top: 10px;">
272
  <h1 style="color: #fffffe; font-size: 2.2rem; font-weight: 700; margin-bottom: 5px; letter-spacing: -0.5px;">ReadStream</h1>
273
- <p style="color: #94a1b2; font-size: 1rem;">Simulate livestream chat replays based on reference video and document - Select 'Configure Custom Simulation' to create your own</p>
274
  </div>
275
  """
276
  )
 
270
  """
271
  <div style="text-align: center; margin-bottom: 20px; padding-top: 10px;">
272
  <h1 style="color: #fffffe; font-size: 2.2rem; font-weight: 700; margin-bottom: 5px; letter-spacing: -0.5px;">ReadStream</h1>
273
+ <p style="color: #94a1b2; font-size: 1rem;">Fused commentary from reference video and document - Select 'Configure Custom Simulation' to create your own</p>
274
  </div>
275
  """
276
  )