BillBojangeles2000 commited on
Commit
588b61c
·
1 Parent(s): 57e83ff

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -7,7 +7,7 @@ import spacy
7
  import language_tool_python
8
  import streamlit as st
9
  # Initialize LanguageTool
10
- tool = language_tool_python.LanguageTool('en-US')
11
 
12
  # Helper function to check grammar and sense
13
  def grammar_sense(sentence):
 
7
  import language_tool_python
8
  import streamlit as st
9
  # Initialize LanguageTool
10
+ tool = language_tool_python.LanguageToolPublicAPI('en-US')
11
 
12
  # Helper function to check grammar and sense
13
  def grammar_sense(sentence):