vyluong commited on
Commit
6e3a85c
·
verified ·
1 Parent(s): 9048292

Update app/services/processor.py

Browse files
Files changed (1) hide show
  1. app/services/processor.py +1 -0
app/services/processor.py CHANGED
@@ -39,6 +39,7 @@ class TranscriptSegment:
39
  class EmotionPoint:
40
  time: float
41
  emotion: str
 
42
 
43
 
44
  @dataclass
 
39
  class EmotionPoint:
40
  time: float
41
  emotion: str
42
+ icon: Optional[str]
43
 
44
 
45
  @dataclass