devanshsrivastav commited on
Commit
a24c9b6
1 Parent(s): 2e5c355

removed description

Browse files
Files changed (1) hide show
  1. app.py +0 -4
app.py CHANGED
@@ -86,10 +86,6 @@ default_options = [
86
 
87
  with st.sidebar:
88
 
89
- # Add page description
90
- description = "The GoEmotions Dashboard is a web-based user interface for analyzing emotions in text. The dashboard is powered by pre-trained natural language processing models that can detect emotions, identify hatespeech and sexist speech in text input. This dashboard is useful for anyone who wants to understand the emotional content of a text, including content creators, marketers, and researchers."
91
- st.markdown(description)
92
-
93
  # Create dropdown with default options
94
  selected_option = st.selectbox("Select a default option or enter your own text:", default_options)
95
 
 
86
 
87
  with st.sidebar:
88
 
 
 
 
 
89
  # Create dropdown with default options
90
  selected_option = st.selectbox("Select a default option or enter your own text:", default_options)
91