Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -606,7 +606,7 @@ class IssueManager:
|
|
606 |
if not filtered_counts:
|
607 |
fig = go.Figure()
|
608 |
fig.update_layout(title="Issue Severity Distribution", xaxis={{"visible": False}}, yaxis={{"visible": False}},
|
609 |
-
annotations=[{{"text": "No issues to display.", "xref": "paper", "yref": "paper", "showarrow": False
|
610 |
plot_bgcolor='rgba(0,0,0,0)', paper_bgcolor='rgba(0,0,0,0)')
|
611 |
return fig
|
612 |
|
|
|
606 |
if not filtered_counts:
|
607 |
fig = go.Figure()
|
608 |
fig.update_layout(title="Issue Severity Distribution", xaxis={{"visible": False}}, yaxis={{"visible": False}},
|
609 |
+
annotations=[{{"text": "No issues to display.", "xref": "paper", "yref": "paper", "showarrow": False}}],
|
610 |
plot_bgcolor='rgba(0,0,0,0)', paper_bgcolor='rgba(0,0,0,0)')
|
611 |
return fig
|
612 |
|