fajarah commited on
Commit
859f167
·
verified ·
1 Parent(s): 20d158a

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -40,6 +40,6 @@ emotion_icons = {
40
  outputs=[
41
  gr.Textbox(label="Detected Text Emotions", elem_classes=["output-textbox"]),
42
  css=custom_css
43
- )
44
 
45
  demo.launch()
 
40
  outputs=[
41
  gr.Textbox(label="Detected Text Emotions", elem_classes=["output-textbox"]),
42
  css=custom_css
43
+ }
44
 
45
  demo.launch()