cha0smagick commited on
Commit
eaa2d29
1 Parent(s): 954a391

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -49,6 +49,7 @@ def visualize_sigil(sigil):
49
 
50
  st.title("Austin Osman Spare Sigil Generator")
51
  st.text("Created by Frater Cha0smagick for the blog grimoriomagiadelcaos.blogspot.com")
 
52
  desire = st.text_input("Enter your wish or intention:")
53
  if desire:
54
  sigil = create_sigil(desire)
 
49
 
50
  st.title("Austin Osman Spare Sigil Generator")
51
  st.text("Created by Frater Cha0smagick for the blog grimoriomagiadelcaos.blogspot.com")
52
+ st.text("script to generate chaos sigils under the sigilization theory created by Austin Osman Spare, creator of the ZOS KIA CVLTVS")
53
  desire = st.text_input("Enter your wish or intention:")
54
  if desire:
55
  sigil = create_sigil(desire)