Spaces:
Sleeping
Sleeping
Update my_model/utilities/ui_manager.py
Browse files
my_model/utilities/ui_manager.py
CHANGED
|
@@ -17,7 +17,7 @@ class UIManager():
|
|
| 17 |
self.tabs = {
|
| 18 |
"Home": self.display_home,
|
| 19 |
"Dataset Analysis": self.display_dataset_analysis,
|
| 20 |
-
"Model Architecture": self.display_model_arch
|
| 21 |
"Results": self.display_results,
|
| 22 |
"Run Inference": self.display_run_inference,
|
| 23 |
"Dissertation Report": self.display_dissertation_report,
|
|
|
|
| 17 |
self.tabs = {
|
| 18 |
"Home": self.display_home,
|
| 19 |
"Dataset Analysis": self.display_dataset_analysis,
|
| 20 |
+
"Model Architecture": self.display_model_arch,
|
| 21 |
"Results": self.display_results,
|
| 22 |
"Run Inference": self.display_run_inference,
|
| 23 |
"Dissertation Report": self.display_dissertation_report,
|