Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
jmcob
/
StreamlitGrammarCorrectorStyler
like
2
Runtime error
App
Files
Files
Community
jmcob
commited on
Jul 27, 2022
Commit
7d70002
•
1 Parent(s):
6b32888
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -190,4 +190,4 @@ if __name__ == "__main__":
190
)
191
192
if input_text.strip():
193
-
get_correction(input_text
190
)
191
192
if input_text.strip():
193
+
get_correction(input_text
)