Spaces:
Sleeping
Sleeping
Commit
·
e6569b4
1
Parent(s):
a204391
Added stats fig functionality
Browse files
app.py
CHANGED
@@ -44,8 +44,7 @@ def update_dropdown_one(input_value):
|
|
44 |
Input(component_id='drop2', component_property='value')
|
45 |
)
|
46 |
def visualize_stats(input_value):
|
47 |
-
|
48 |
-
pass
|
49 |
|
50 |
def create_stat_figs(val):
|
51 |
if val == "Monkey's Age":
|
|
|
44 |
Input(component_id='drop2', component_property='value')
|
45 |
)
|
46 |
def visualize_stats(input_value):
|
47 |
+
create_stat_figs(input_value)
|
|
|
48 |
|
49 |
def create_stat_figs(val):
|
50 |
if val == "Monkey's Age":
|