Pontonkid commited on
Commit
2aed122
1 Parent(s): b4e9718

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +11 -2
app.py CHANGED
@@ -83,10 +83,19 @@ description = """
83
  &nbsp;&nbsp;&nbsp;&nbsp; - Sentiment analysis of the transcriptions<br>
84
  <br>
85
  🎯 The sentiment analysis results are provided as a dictionary with different emotions and their corresponding scores.<br>
 
 
 
 
 
86
  ✅ The higher the score for a specific emotion, the stronger the presence of that emotion in the transcribed text.<br>
87
- ❓ Use the "Input Audio" option to provide an audio file or use the microphone for real-time speech recognition.<br>
 
 
 
 
88
  ⚡️ The model will transcribe the audio and perform sentiment analysis on the transcribed text.<br>
89
- 😃 The sentiment analysis results are displayed with emojis representing the corresponding sentiment.<br>
90
  """
91
 
92
  custom_css = """
 
83
  &nbsp;&nbsp;&nbsp;&nbsp; - Sentiment analysis of the transcriptions<br>
84
  <br>
85
  🎯 The sentiment analysis results are provided as a dictionary with different emotions and their corresponding scores.<br>
86
+ <br>
87
+
88
+ 😃 The sentiment analysis results are displayed with emojis representing the corresponding sentiment.<br>
89
+ <br>
90
+
91
  ✅ The higher the score for a specific emotion, the stronger the presence of that emotion in the transcribed text.<br>
92
+ <br>
93
+
94
+ ❓ Use the microphone for real-time speech recognition.<br>
95
+ <br>
96
+
97
  ⚡️ The model will transcribe the audio and perform sentiment analysis on the transcribed text.<br>
98
+
99
  """
100
 
101
  custom_css = """