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
This commit is contained in:
Trey Boyer
2019-12-09 19:30:19 -07:00
committed by Nick Walton
parent 5473fcd092
commit fea8f7f7e1
+2 -2
View File
@@ -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"
]
},
{