Spaces:
Runtime error
Runtime error
Commit
·
588b61c
1
Parent(s):
57e83ff
Update app.py
Browse files
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.
|
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):
|