Spaces:
Sleeping
Sleeping
Update my_model/tabs/results.py
Browse files- 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 |
-
|
| 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:
|