Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -597,7 +597,7 @@ class IssueManager:
|
|
597 |
if not filtered_counts:
|
598 |
fig = go.Figure()
|
599 |
fig.update_layout(title="Issue Severity Distribution", xaxis={"visible": False}, yaxis={"visible": False},
|
600 |
-
annotations=[{"text": "No issues to display.", "xref": "paper", "yref": "paper", "showarrow": False, "font":
|
601 |
plot_bgcolor='rgba(0,0,0,0)', paper_bgcolor='rgba(0,0,0,0)')
|
602 |
return fig
|
603 |
|
|
|
597 |
if not filtered_counts:
|
598 |
fig = go.Figure()
|
599 |
fig.update_layout(title="Issue Severity Distribution", xaxis={"visible": False}, yaxis={"visible": False},
|
600 |
+
annotations=[{"text": "No issues to display.", "xref": "paper", "yref": "paper", "showarrow": False, "font": "size": 16}], # Removed the extra }
|
601 |
plot_bgcolor='rgba(0,0,0,0)', paper_bgcolor='rgba(0,0,0,0)')
|
602 |
return fig
|
603 |
|