LeonceNsh commited on
Commit
b49cd6a
·
verified ·
1 Parent(s): 2932f79

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -4
app.py CHANGED
@@ -269,10 +269,6 @@ def generate_graph(investors, filtered_data, selected_valuation_range):
269
  ]
270
  )
271
 
272
- note = (" "
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
 
 
269
  ]
270
  )
271
 
 
 
 
 
272
  return fig
273
 
274