Update app.py
Browse files
app.py
CHANGED
|
@@ -131,7 +131,7 @@ def format_insights(insights, visuals):
|
|
| 131 |
<div style="background: #2B547E; color: white; width: 30px; height: 30px; border-radius: 50%; display: flex; align-items: center; justify-content: center;">{idx+1}</div>
|
| 132 |
<div>
|
| 133 |
<h4 style="margin: 0; color: #2B547E;">{title}</h4>
|
| 134 |
-
<p style="margin: 5px 0 0 0; font-size: 16px;">{insight}</p>
|
| 135 |
</div>
|
| 136 |
</div>
|
| 137 |
{f'<img src="/file={visuals[idx]}" style="max-width: 100%; height: auto; margin-top: 10px; border-radius: 6px; box-shadow: 0 2px 4px rgba(0,0,0,0.1);">' if idx < len(visuals) else ''}
|
|
|
|
| 131 |
<div style="background: #2B547E; color: white; width: 30px; height: 30px; border-radius: 50%; display: flex; align-items: center; justify-content: center;">{idx+1}</div>
|
| 132 |
<div>
|
| 133 |
<h4 style="margin: 0; color: #2B547E;">{title}</h4>
|
| 134 |
+
<p style="margin: 5px 0 0 0; font-size: 16px; color: #333; font-weight: 500;">{insight}</p>
|
| 135 |
</div>
|
| 136 |
</div>
|
| 137 |
{f'<img src="/file={visuals[idx]}" style="max-width: 100%; height: auto; margin-top: 10px; border-radius: 6px; box-shadow: 0 2px 4px rgba(0,0,0,0.1);">' if idx < len(visuals) else ''}
|