Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -70,7 +70,7 @@ with gr.Blocks(title = title) as demo:
|
|
70 |
)
|
71 |
|
72 |
gr.Markdown('### Click on any of the examples below to see how it works:')
|
73 |
-
gr.Examples([[3.7,3.1,3.1,3.3,3.1,2.9,3.1], [3.7,3.1,5.0,5.0,3.1,
|
74 |
[PassionateAtWork,Workload,SupportiveGM,WorkEnvironment,Informed,LearningDevelopment,JobSecurity],
|
75 |
[label,local_plot], main_func, cache_examples=True)
|
76 |
|
|
|
70 |
)
|
71 |
|
72 |
gr.Markdown('### Click on any of the examples below to see how it works:')
|
73 |
+
gr.Examples([[3.7,3.1,3.1,3.3,3.1,2.9,3.1], [3.7,3.1,5.0,5.0,3.1,5.0,3.1], [4.2,3.8,4.0,4.1,3.8,4.0,4.0], [4.2,3.8,5.0,5.0,3.8,5.0,4.0]],
|
74 |
[PassionateAtWork,Workload,SupportiveGM,WorkEnvironment,Informed,LearningDevelopment,JobSecurity],
|
75 |
[label,local_plot], main_func, cache_examples=True)
|
76 |
|