Update my_model/utilities/ui_manager.py
Browse files
my_model/utilities/ui_manager.py
CHANGED
@@ -91,13 +91,13 @@ class UIManager():
|
|
91 |
|
92 |
|
93 |
def display_results(self):
|
94 |
-
"""Displays
|
95 |
|
96 |
-
st.title("Results")
|
97 |
-
st.write("This page demonstrates the
|
98 |
st.write("\n")
|
99 |
results_demo = ResultDemonstrator()
|
100 |
-
results_demo.
|
101 |
|
102 |
|
103 |
|
|
|
91 |
|
92 |
|
93 |
def display_results(self):
|
94 |
+
"""Displays Evaluation Results page."""
|
95 |
|
96 |
+
st.title("Evaluation Results & Analyses")
|
97 |
+
st.write("This page demonstrates the model evaluation results and analyses in an interactive way.")
|
98 |
st.write("\n")
|
99 |
results_demo = ResultDemonstrator()
|
100 |
+
results_demo.run_demo()
|
101 |
|
102 |
|
103 |
|