Skip to content

Commit

Permalink
fix: fix md file loading error
Browse files Browse the repository at this point in the history
  • Loading branch information
engisalor committed Oct 25, 2023
1 parent eaa1340 commit 694cc3c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pages/corpora.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
if not text_file:
main_text = html.Div(html.H2("Corpora"))
else:
main_text = MarkdownFileAIO()
main_text = MarkdownFileAIO(text_file)

layout = html.Div(
[
Expand Down

0 comments on commit 694cc3c

Please sign in to comment.