acecalisto3 commited on
Commit
513ce5c
·
verified ·
1 Parent(s): 9c1d755

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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": {"size": 16}], # Removed the extra }
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