Tombstone2K commited on
Commit
3b962b5
1 Parent(s): 2a3ba02

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -1,6 +1,6 @@
1
  import streamlit as st
2
 
3
- st.title("Correct Grammar with Transformers 🦄")
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