Jaward commited on
Commit
7b87169
·
verified ·
1 Parent(s): e5ba644

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -878,7 +878,7 @@ with gr.Blocks(title="Agent Feynman") as demo:
878
  generate_btn = gr.Button("Generate Lecture")
879
  with gr.Column(scale=2):
880
  default_slide_html = """
881
- <div style="display: flex; flex-direction: column; justify-content: center; align-items: center; height: 100%; minISlide-height: 700px; padding: 20px; text-align: center; border: 1px solid #ddd; border-radius: 8px;">
882
  <h2 style="font-style: italic; color: #555;">Waiting for lecture content...</h2>
883
  <p style="margin-top: 10px; font-size: 16px;">Please Generate lecture content via the form on the left first before lecture begins</p>
884
  </div>
 
878
  generate_btn = gr.Button("Generate Lecture")
879
  with gr.Column(scale=2):
880
  default_slide_html = """
881
+ <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;">
882
  <h2 style="font-style: italic; color: #555;">Waiting for lecture content...</h2>
883
  <p style="margin-top: 10px; font-size: 16px;">Please Generate lecture content via the form on the left first before lecture begins</p>
884
  </div>