We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 737e8f5 commit 14a3473Copy full SHA for 14a3473
scripts/streamlit_alignments.py
@@ -10,7 +10,6 @@
10
import pandas as pd
11
import requests
12
import streamlit as st
13
-
14
from agent_pm.alignment_dashboard import (
15
flatten_alignment_records,
16
followup_conversion,
@@ -19,6 +18,7 @@
19
18
status_counts_by_idea,
20
status_trend_by_day,
21
)
+
22
from agent_pm.utils.datetime import utc_now_isoformat
23
24
st.set_page_config(page_title="Goal Alignment Insights", layout="wide")
0 commit comments