Jaward commited on
Commit
f39e551
·
verified ·
1 Parent(s): 713654f

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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
- # Dynamic 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;">
 
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;">