zhimin-z commited on
Commit
0c24356
·
1 Parent(s): 9b08675
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -293,7 +293,7 @@ def create_monthly_metrics_plot(type="issue", top_n=5):
293
  if type == "issue":
294
  metrics_key = 'issue_monthly_metrics'
295
  total_field = 'total_issues'
296
- no_data_msg = "No data available for visualization"
297
  total_label = "Total Issues"
298
  print_msg = "issue"
299
  elif type == "discussion":
 
293
  if type == "issue":
294
  metrics_key = 'issue_monthly_metrics'
295
  total_field = 'total_issues'
296
+ no_data_msg = "No issue data available for visualization"
297
  total_label = "Total Issues"
298
  print_msg = "issue"
299
  elif type == "discussion":