GuglielmoTor commited on
Commit
64ce139
Β·
verified Β·
1 Parent(s): c41c04b

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -62,7 +62,7 @@ except ImportError as e:
62
  # NOTE: This return signature MUST match agentic_display_outputs
63
  # Adjusted return values for the new split report display components and the new OKR HTML
64
  empty_header_html = """
65
- <div class="report-title">πŸ“Š Comprehensive Analysis Report</div>
66
  <div class="report-subtitle">AI-Generated Insights from Your LinkedIn Data</div>
67
  <div class="status-badge">Generated from Bubble.io</div>
68
  """
@@ -192,7 +192,7 @@ with gr.Blocks(theme=gr.themes.Soft(primary_hue="blue", secondary_hue="sky"),
192
  """
193
  # Define empty states for header and body
194
  empty_header_html = """
195
- <div class="report-title">πŸ“Š Comprehensive Analysis Report</div>
196
  <div class="report-subtitle">AI-Generated Insights from Your LinkedIn Data</div>
197
  <div class="status-badge">Generated from Bubble.io</div>
198
  """
 
62
  # NOTE: This return signature MUST match agentic_display_outputs
63
  # Adjusted return values for the new split report display components and the new OKR HTML
64
  empty_header_html = """
65
+ <div class="report-title">πŸ“ Comprehensive Analysis Report</div>
66
  <div class="report-subtitle">AI-Generated Insights from Your LinkedIn Data</div>
67
  <div class="status-badge">Generated from Bubble.io</div>
68
  """
 
192
  """
193
  # Define empty states for header and body
194
  empty_header_html = """
195
+ <div class="report-title">πŸ“ Comprehensive Analysis Report</div>
196
  <div class="report-subtitle">AI-Generated Insights from Your LinkedIn Data</div>
197
  <div class="status-badge">Generated from Bubble.io</div>
198
  """