Jaward commited on
Commit
c4def78
·
verified ·
1 Parent(s): b947985

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -3
app.py CHANGED
@@ -845,9 +845,9 @@ Example: 'Received {total_slides} slides, {total_slides} scripts, and HTML files
845
  yield (
846
  f"""
847
  <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: 8px;">
848
- <h2 style="color: #d9534f;">Error during lecture generation</h2>
849
- <p style="margin-top: 10px; font-size: 16px;">{str(e)}</p>
850
- <p style="margin-top: 20px;">Please try again or adjust your inputs.</p>
851
  </div>
852
  """,
853
  []
 
845
  yield (
846
  f"""
847
  <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: 8px;">
848
+ <h2 style="color: #000;">Error during lecture generation</h2>
849
+ <p style="margin-top: 10px; font-size: 16px;color: #000;">{str(e)}</p>
850
+ <p style="margin-top: 20px;">Please try again</p>
851
  </div>
852
  """,
853
  []