Harshb11 commited on
Commit
66394c9
·
verified ·
1 Parent(s): a18dc50

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -2
app.py CHANGED
@@ -44,7 +44,8 @@ pos_tagger = load_pos_model()
44
  emotion_detector = load_emotion_model()
45
  ner = load_ner_model()
46
 
47
- example_text = "This is example text that contains both names of organizations like Hugging Face and cities like New York, all while portraying an upbeat attitude."
 
48
 
49
  with st.sidebar:
50
  page = option_menu(menu_title='Menu',
@@ -106,7 +107,7 @@ if page == "Welcome!":
106
  * Emotion Detection
107
  * Named Entity Recognition
108
 
109
- - My Team
110
  1) Diwansing Girase
111
  2) Kiran Patil
112
  3) Krishita Patil
 
44
  emotion_detector = load_emotion_model()
45
  ner = load_ner_model()
46
 
47
+ example_text = "Diwansing girase recently gave a motivational talk at Google Headquarters in California. The event was organized by Hugging Face and attended by more than 200 developers. People described the event as “inspiring, energetic, and absolutely fantastic.” Later, Rohit also announced a collaboration with Microsoft to develop AI tools for students. Despite some concerns about data privacy, the overall response from the audience was extremely positive.
48
+ "
49
 
50
  with st.sidebar:
51
  page = option_menu(menu_title='Menu',
 
107
  * Emotion Detection
108
  * Named Entity Recognition
109
 
110
+ * Project Team:
111
  1) Diwansing Girase
112
  2) Kiran Patil
113
  3) Krishita Patil