m7mdal7aj commited on
Commit
edf48ac
1 Parent(s): cd272e3

Update my_model/utilities/ui_manager.py

Browse files
Files changed (1) hide show
  1. my_model/utilities/ui_manager.py +2 -0
my_model/utilities/ui_manager.py CHANGED
@@ -5,6 +5,7 @@ from my_model.tabs.run_inference import InferenceRunner
5
  from my_model.tabs.results import run_demo
6
  from my_model.tabs.home import run_home
7
  from my_model.state_manager import StateManager
 
8
 
9
  class UIManager():
10
  """Manages the user interface for the Streamlit application."""
@@ -58,6 +59,7 @@ class UIManager():
58
 
59
  st.title("OK-VQA Dataset Analysis")
60
  st.write("This is a Place Holder until the contents are uploaded.")
 
61
 
62
 
63
  def display_results(self):
 
5
  from my_model.tabs.results import run_demo
6
  from my_model.tabs.home import run_home
7
  from my_model.state_manager import StateManager
8
+ from my_model.dataset_analysis import run_dataset_analyzer
9
 
10
  class UIManager():
11
  """Manages the user interface for the Streamlit application."""
 
59
 
60
  st.title("OK-VQA Dataset Analysis")
61
  st.write("This is a Place Holder until the contents are uploaded.")
62
+ run_dataset_analyzer()
63
 
64
 
65
  def display_results(self):