adelevett commited on
Commit
4c8b680
·
1 Parent(s): f40cbb1

Simulate realistic audience livestream chat replays based on reference documents

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -262,7 +262,7 @@ with gr.Blocks(title="ReLiveStream - Interactive Replay", theme=custom_theme, cs
262
  """
263
  <div style="text-align: center; margin-bottom: 20px; padding-top: 10px;">
264
  <h1 style="color: #fffffe; font-size: 2.2rem; font-weight: 700; margin-bottom: 5px; letter-spacing: -0.5px;">ReLiveStream</h1>
265
- <p style="color: #94a1b2; font-size: 1rem;">Simulate realistic audience livestream chat replays based on reference documents</p>
266
  </div>
267
  """
268
  )
 
262
  """
263
  <div style="text-align: center; margin-bottom: 20px; padding-top: 10px;">
264
  <h1 style="color: #fffffe; font-size: 2.2rem; font-weight: 700; margin-bottom: 5px; letter-spacing: -0.5px;">ReLiveStream</h1>
265
+ <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>
266
  </div>
267
  """
268
  )