datasciencedojo commited on
Commit
6aead96
·
1 Parent(s): 3485dc4

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -1
app.py CHANGED
@@ -81,7 +81,6 @@ footer {display:none !important}
81
  color:rgb(37 56 133 / var(--tw-text-opacity)) !important;
82
  }
83
 
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)
 
81
  color:rgb(37 56 133 / var(--tw-text-opacity)) !important;
82
  }
83
 
 
84
  """
85
 
86
  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)