diff --git a/webui.py b/webui.py index 5148972..08ff587 100644 --- a/webui.py +++ b/webui.py @@ -60,3 +60,4 @@ def creator_page(): }, ) # Era + era = ui.radio({1: "Early Age", 2: "Middle Age", 3: "Late Age"}).props("inline")