LeonceNsh commited on
Commit
b3ffc71
·
verified ·
1 Parent(s): a46a8e7

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +4 -0
app.py CHANGED
@@ -269,6 +269,10 @@ def generate_graph(investors, filtered_data, selected_valuation_range):
269
  ]
270
  )
271
 
 
 
 
 
272
  return fig
273
 
274
 
 
269
  ]
270
  )
271
 
272
+ note = ("Note: All companies are in green while venture firms have different colors. "
273
+ "The diameter of the company circle varies proportionate to the valuation of the corresponding company.")
274
+ logger.info(note)
275
+
276
  return fig
277
 
278