Hasitha16 commited on
Commit
11837e9
Β·
verified Β·
1 Parent(s): fe30236

Update frontend.py

Browse files
Files changed (1) hide show
  1. frontend.py +3 -0
frontend.py CHANGED
@@ -127,6 +127,9 @@ with tab1:
127
  if data:
128
  st.subheader("πŸ“Œ Summary")
129
  st.info(data["summary"])
 
 
 
130
  st.metric("πŸ“Š Sentiment", data["sentiment"]["label"], delta=f"{data['sentiment']['score']:.2%}")
131
  st.info(f"πŸ’’ Emotion: {data['emotion']}")
132
  st.subheader("πŸ”Š Audio")
 
127
  if data:
128
  st.subheader("πŸ“Œ Summary")
129
  st.info(data["summary"])
130
+ st.caption(f"🧠 Summary Type: {'Smart' if use_smart_summary else 'Standard'} | {verbosity} Response")
131
+ st.markdown(f"**Context:** `{data['industry']}` | `{data['product_category']}` | `Web`")
132
+
133
  st.metric("πŸ“Š Sentiment", data["sentiment"]["label"], delta=f"{data['sentiment']['score']:.2%}")
134
  st.info(f"πŸ’’ Emotion: {data['emotion']}")
135
  st.subheader("πŸ”Š Audio")