m7mdal7aj commited on
Commit
dfa0c95
1 Parent(s): 2c910b8

Update my_model/tabs/results.py

Browse files
Files changed (1) hide show
  1. my_model/tabs/results.py +1 -3
my_model/tabs/results.py CHANGED
@@ -6,9 +6,7 @@ def run_demo():
6
  """
7
  Run the interactive Streamlit demo for visualizing model evaluation results and analysis.
8
  """
9
- st.set_page_config(page_title="Model Evaluation Results and Analyses",
10
- layout="wide",
11
- initial_sidebar_state="expanded")
12
  demo = ResultDemonstrator() # Instantiate the ResultDemonstrator class
13
  col1, col2 = st.columns([1, 4])
14
  with col1:
 
6
  """
7
  Run the interactive Streamlit demo for visualizing model evaluation results and analysis.
8
  """
9
+
 
 
10
  demo = ResultDemonstrator() # Instantiate the ResultDemonstrator class
11
  col1, col2 = st.columns([1, 4])
12
  with col1: