datasciencedojo commited on
Commit
3485dc4
1 Parent(s): 947f541

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -84,5 +84,5 @@ footer {display:none !important}
84
 
85
  """
86
 
87
- demo = gr.Interface(fn=detect_emotions, inputs=gr.Textbox(placeholder="Enter text here", label="Input"), outputs=gr.Label(label="Emotion"), title="Emotion Detector | Datascience Dojo", examples=examples, css=css)
88
  demo.launch()
 
84
 
85
  """
86
 
87
+ demo = gr.Interface(fn=detect_emotions, inputs=gr.Textbox(placeholder="Enter text here", label="Input"), outputs=gr.Label(label="Emotion"), title="Emotion Detector | Data Science Dojo", examples=examples, css=css)
88
  demo.launch()