kinensake commited on
Commit
05e9755
1 Parent(s): 636c30d

Modify: result view

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -101,7 +101,7 @@ class GramformerDemo:
101
 
102
  def main(self):
103
  github_repo = 'https://github.com/PrithivirajDamodaran/Gramformer'
104
- st.title("Gramformer")
105
  st.write(f'GitHub Link - [{github_repo}]({github_repo})')
106
  st.markdown('A framework for detecting, highlighting and correcting grammatical errors on natural language text')
107
 
101
 
102
  def main(self):
103
  github_repo = 'https://github.com/PrithivirajDamodaran/Gramformer'
104
+ st.title("Gramformer - Concac")
105
  st.write(f'GitHub Link - [{github_repo}]({github_repo})')
106
  st.markdown('A framework for detecting, highlighting and correcting grammatical errors on natural language text')
107