Jaward commited on
Commit
c8c3a18
·
verified ·
1 Parent(s): c3756a8

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -1287,7 +1287,7 @@ with gr.Blocks(
1287
  with gr.Column(scale=2):
1288
  default_slide_html = """
1289
  <div style="display: flex; flex-direction: column; justify-content: center; align-items: center; height: 100%; min-height: 700px; padding: 20px; text-align: center; border: 1px solid #ddd; border-radius: 30px; box-shadow: 0 0 2rem rgba(0, 0, 0, .14) !important;">
1290
- <h2 style="font-style: italic; color: #000;">Waiting for lecture content...</h2>
1291
  <p style="margin-top: 10px; font-size: 16px;color: #000">Please Generate lecture content via the form on the left first before lecture begins</p>
1292
  </div>
1293
  """
 
1287
  with gr.Column(scale=2):
1288
  default_slide_html = """
1289
  <div style="display: flex; flex-direction: column; justify-content: center; align-items: center; height: 100%; min-height: 700px; padding: 20px; text-align: center; border: 1px solid #ddd; border-radius: 30px; box-shadow: 0 0 2rem rgba(0, 0, 0, .14) !important;">
1290
+ <h2 style="font-style: italic; color: #000 !important;">Waiting for lecture content...</h2>
1291
  <p style="margin-top: 10px; font-size: 16px;color: #000">Please Generate lecture content via the form on the left first before lecture begins</p>
1292
  </div>
1293
  """