Vlad Bastina commited on
Commit
ca22ee2
·
1 Parent(s): 9d517ed
Files changed (1) hide show
  1. streamlit_app.py +1 -1
streamlit_app.py CHANGED
@@ -55,7 +55,7 @@ def main():
55
  """Main function that loops and can record audio and dispaly the messages from gemini"""
56
  st.title("Verbal Sentiment Tracker")
57
 
58
- st.write("This demo lets you record your voice, automatically transcribes the audio, and analyzes the emotional tone of your words over time. By generating a histogram of sentiment evolution, it helps uncover how feelings shift throughout a conversation—useful for scenarios like customer calls, where ending on a positive note can make all the difference.")
59
 
60
  if "messages" not in st.session_state:
61
  st.session_state.messages = []
 
55
  """Main function that loops and can record audio and dispaly the messages from gemini"""
56
  st.title("Verbal Sentiment Tracker")
57
 
58
+ st.write("This demo lets you upload an audio file, automatically transcribes the audio, and analyzes the emotional tone of your words over time. By generating a histogram of sentiment evolution, it helps uncover how feelings shift throughout a conversation—useful for scenarios like customer calls, where ending on a positive note can make all the difference.")
59
 
60
  if "messages" not in st.session_state:
61
  st.session_state.messages = []