Spaces:
Sleeping
Sleeping
Ara Yeroyan
commited on
Commit
Β·
57edd2d
1
Parent(s):
763a8b9
remove empty panel
Browse files
app.py
CHANGED
|
@@ -483,7 +483,7 @@ def display_chunk_statistics_table(stats: Dict[str, Any], title: str = "Retrieva
|
|
| 483 |
return
|
| 484 |
|
| 485 |
# Wrap in styled container
|
| 486 |
-
st.markdown('<div class="retrieval-distribution-container">', unsafe_allow_html=True)
|
| 487 |
|
| 488 |
st.subheader(f"π {title}")
|
| 489 |
|
|
|
|
| 483 |
return
|
| 484 |
|
| 485 |
# Wrap in styled container
|
| 486 |
+
# st.markdown('<div class="retrieval-distribution-container">', unsafe_allow_html=True)
|
| 487 |
|
| 488 |
st.subheader(f"π {title}")
|
| 489 |
|