Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Next Next commit
Fix: fixes volume update in modal dashboard
  • Loading branch information
hajdul88 committed May 21, 2025
commit bd64bca51988d7f273848cf01574f76a86c3474c
2 changes: 2 additions & 0 deletions cognee/eval_framework/modal_eval_dashboard.py
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,8 @@ def run():
# Streamlit Dashboard Application Logic
# ----------------------------------------------------------------------------
def main():
metrics_volume.reload()

st.set_page_config(page_title="Metrics Dashboard", layout="wide")
st.title("📊 Cognee Evaluations Dashboard")

Expand Down