Spaces:
Running
Running
Update app.py
Browse files
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 = "
|
|
|
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 |
-
|
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
|