Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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"
|
| 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"
|
| 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 |
"""
|