Skip to content

Commit

Permalink
message
Browse files Browse the repository at this point in the history
  • Loading branch information
mergenthaler committed Jul 31, 2023
1 parent 0953277 commit 19a8470
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion vantage.py
Original file line number Diff line number Diff line change
Expand Up @@ -358,7 +358,8 @@ def transform_data(grouping, data_service):
anomaly_dates = [y_keys[i] for i, (y, upper) in enumerate(zip(y, insample_data['hi-90'])) if y > upper]

# Explaining detected anomalies
with st.spinner('🔎 Explaining anomalies with Open AI...'):
with st.spinner('🔎 Explaining anomalies with Open AI... \n 🤖 We use GPT4, so this might take some minutes...'):

st.write(explain_anomalies(anomaly_dates))
st.balloons()

Expand Down

0 comments on commit 19a8470

Please sign in to comment.