Spaces:
Running
Running
Update app.py
Browse files
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: #
|
849 |
-
<p style="margin-top: 10px; font-size: 16px;">{str(e)}</p>
|
850 |
-
<p style="margin-top: 20px;">Please try again
|
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 |
[]
|