Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -1,6 +1,6 @@
|
|
1 |
import streamlit as st
|
2 |
|
3 |
-
st.title("
|
4 |
st.write("")
|
5 |
st.write("Input your text here!")
|
6 |
|
|
|
1 |
import streamlit as st
|
2 |
|
3 |
+
st.title("NLP Project- Grammar Corrector")
|
4 |
st.write("")
|
5 |
st.write("Input your text here!")
|
6 |
|