cha0smagick commited on
Commit
cd7530a
1 Parent(s): eaa2d29

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -49,7 +49,8 @@ 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
- 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)
 
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")
53
+ st.text("creator of the ZOS KIA CVLTVS")
54
  desire = st.text_input("Enter your wish or intention:")
55
  if desire:
56
  sigil = create_sigil(desire)