Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -170,7 +170,7 @@ def create_slides(slides: list[dict], title: str, instructor_name: str, output_d
|
|
170 |
logger.error("Failed to create HTML slides: %s", str(e))
|
171 |
return []
|
172 |
|
173 |
-
#
|
174 |
def html_with_progress(label, progress):
|
175 |
return f"""
|
176 |
<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;">
|
|
|
170 |
logger.error("Failed to create HTML slides: %s", str(e))
|
171 |
return []
|
172 |
|
173 |
+
# progress bar
|
174 |
def html_with_progress(label, progress):
|
175 |
return f"""
|
176 |
<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;">
|