Anas Awadalla
commited on
Commit
·
6ebe143
1
Parent(s):
628f62f
fix title
Browse files- src/streamlit_app.py +2 -3
src/streamlit_app.py
CHANGED
@@ -366,9 +366,8 @@ def create_bar_chart(data: pd.DataFrame, metric: str, title: str):
|
|
366 |
range=['#4ECDC4', '#FFA726'])),
|
367 |
tooltip=['Model', 'Score', 'Type']
|
368 |
).properties(
|
369 |
-
|
370 |
-
|
371 |
-
height=400 # Increased from 300
|
372 |
)
|
373 |
|
374 |
# Add value labels
|
|
|
366 |
range=['#4ECDC4', '#FFA726'])),
|
367 |
tooltip=['Model', 'Score', 'Type']
|
368 |
).properties(
|
369 |
+
width=500,
|
370 |
+
height=400
|
|
|
371 |
)
|
372 |
|
373 |
# Add value labels
|