Update app.py
Browse files
app.py
CHANGED
@@ -17,7 +17,7 @@ color_discrete_map = {'Direct': '#2ca02c', 'Indirect': '#1f77b4', 'None':'#d627
|
|
17 |
|
18 |
|
19 |
organizations=['Alphabet','Allen Institute for AI', 'Alibaba', 'Amazon', 'Anthropic', 'Apple', 'Baidu', 'Carnegie Mellon University (CMU)', \
|
20 |
-
'DeepSeek', 'Meta', 'Microsoft', 'Mistral AI', 'NVIDIA', 'OpenAI', 'Salesforce Research'
|
21 |
'University of California (UC) Berkeley', 'University of Montreal', 'University of Oxford', 'University of Toronto' ]
|
22 |
|
23 |
def generate_figure(org_name):
|
|
|
17 |
|
18 |
|
19 |
organizations=['Alphabet','Allen Institute for AI', 'Alibaba', 'Amazon', 'Anthropic', 'Apple', 'Baidu', 'Carnegie Mellon University (CMU)', \
|
20 |
+
'DeepSeek', 'Meta', 'Microsoft', 'Mistral AI', 'NVIDIA', 'OpenAI', 'Salesforce Research','Stanford University', \
|
21 |
'University of California (UC) Berkeley', 'University of Montreal', 'University of Oxford', 'University of Toronto' ]
|
22 |
|
23 |
def generate_figure(org_name):
|