diff --git a/main.py b/main.py
index 9cb3e0d..bb8cfe7 100644
--- a/main.py
+++ b/main.py
@@ -160,7 +160,7 @@ def story_request():
prompt_num = int(request.form["prompt_num"])
gen_actions = request.form["actions"]
- if int(seed) < 0 or int(seed) > 1000:
+ if int(seed) < 0 or int(seed) > 100:
print("Invalid seed: " + seed)
abort(404)
diff --git a/templates/about.html b/templates/about.html
index 37b879e..150a468 100644
--- a/templates/about.html
+++ b/templates/about.html
@@ -19,6 +19,8 @@
As you can probably tell there's still a ways to go before AI will be your group's dungeon master, but even after running hundreds of adventures it still manages to surprise me in interesting ways. I've had a lot of fun making this and hope you enjoy it too.
+
Warning: The GPT-2 model was trained on a huge amount of internet text so there might be offensive content.
+
If you want to contact me about suggested improvements, comments, etc... feel free to email me about them at aidungeon.io@gmail.com.
AI Dungeon was created by Nick Walton with the support of the BYU Percepton Cognition and Control Lab, Alan Walton and Max Robinson.