Skip to content

Commit

Permalink
Merge pull request #14 from Jonak-Adipta-Kalita/main
Browse files Browse the repository at this point in the history
this guy'
  • Loading branch information
Jonak-Adipta-Kalita authored Dec 24, 2024
2 parents ee6421b + 5b76a81 commit 6e73058
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dicto.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@

class dicto:
def __init__(self):
with open("punctuation.json", "r") as punc:
with open("punctuation.json", "r", encoding="utf-8") as punc:
self.punctuation_mapping = json.load(punc)

with st.sidebar:
Expand Down

0 comments on commit 6e73058

Please sign in to comment.