From fea8f7f7e1533b69bf2fd2fbee4bbe89871d779a Mon Sep 17 00:00:00 2001 From: Trey Boyer Date: Mon, 9 Dec 2019 20:30:19 -0600 Subject: [PATCH] Fix "Notebook loading error" on colab (#81) * Fix "Notebook loading error" on colab There was a missing comma after the array element on line 46, so I added it. From what I can tell, this was causing the colab to be unable to load. * Update AIDungeon_2.ipynb --- AIDungeon_2.ipynb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/AIDungeon_2.ipynb b/AIDungeon_2.ipynb index 7de58b5..12f9341 100644 --- a/AIDungeon_2.ipynb +++ b/AIDungeon_2.ipynb @@ -43,8 +43,8 @@ "\n", "## About\n", "* While you wait you can [read adventures others have had](https://aidungeon.io/)\n", - "* [Read more](https://pcc.cs.byu.edu/2019/11/21/ai-dungeon-2-creating-infinitely-generated-text-adventures-with-deep-learning-language-models/) about how AI Dungeon 2 is made." - "- **[Support AI Dungeon 2](https://www.patreon.com/bePatron?u=19115449) on Patreon to help me to continue improving the game with all the awesome ideas I have for its future!**\n", + "* [Read more](https://pcc.cs.byu.edu/2019/11/21/ai-dungeon-2-creating-infinitely-generated-text-adventures-with-deep-learning-language-models/) about how AI Dungeon 2 is made.", + "- **[Support AI Dungeon 2](https://www.patreon.com/bePatron?u=19115449) on Patreon to help me to continue improving the game with all the awesome ideas I have for its future!**\n" ] }, {