Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -64,7 +64,7 @@ with st.sidebar:
|
|
64 |
default_index=0
|
65 |
)
|
66 |
|
67 |
-
st.title('NLP
|
68 |
|
69 |
if page == "Welcome!":
|
70 |
st.header('Welcome!')
|
@@ -106,7 +106,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
|
|
|
64 |
default_index=0
|
65 |
)
|
66 |
|
67 |
+
st.title('Multi Task NLP Toolkit')
|
68 |
|
69 |
if page == "Welcome!":
|
70 |
st.header('Welcome!')
|
|
|
106 |
* Emotion Detection
|
107 |
* Named Entity Recognition
|
108 |
|
109 |
+
- My Team
|
110 |
1) Diwansing Girase
|
111 |
2) Kiran Patil
|
112 |
3) Krishita Patil
|