Spaces:
Runtime error
Runtime error
Commit
Β·
d18c9ce
1
Parent(s):
6f3a92d
Update app.py
Browse files
app.py
CHANGED
@@ -52,6 +52,26 @@ class SynastryAspectsWithRelevant(SynastryAspects):
|
|
52 |
|
53 |
def main():
|
54 |
st.title("Astrological Chart Oracle")
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
55 |
|
56 |
# Astrological chart generation
|
57 |
st.write("Enter information for the first person:")
|
|
|
52 |
|
53 |
def main():
|
54 |
st.title("Astrological Chart Oracle")
|
55 |
+
st.markdown(
|
56 |
+
"""
|
57 |
+
|
58 |
+
**Author:** Cha0smagick the Technowizard
|
59 |
+
**Created for the blog:** [El Rincon Paranormal](https://elrinconparanormal.blogspot.com)
|
60 |
+
**Project's main page:** [Cha0smagick's Astrological oracle](https://elrinconparanormal.blogspot.com/2023/12/Free%20Astrological%20Chart%20Generator%20Tool%20Online.html)
|
61 |
+
|
62 |
+
**Donate crypto to support the project:**
|
63 |
+
|
64 |
+
- Bitcoin: 3KcF1yrY44smTJpVW68m8dw8q64kPtzvtX
|
65 |
+
- Litecoin: LME9oq8BRQ6dDdqEKg3HJB9UL6byhJka1X
|
66 |
+
- Gridcoin: RyAcDpYRMWfDHLTizCTLzy58qBgzcfo5eZ
|
67 |
+
- Dodgecoin: DDSxowLFPyBHVdV16hGhWdhyfa8ors3VPd
|
68 |
+
- Blackcoin: B62pVSG1hjvBDbCeKbEnYmKxUg5rsnZKwt
|
69 |
+
- Dash: Xj1MjAgxZPRqysMHox4sUV9XYZixrsk4e6
|
70 |
+
- Peercoin: PA43iLNooKU76u4yPTtL5j97W6zwWkwxV2
|
71 |
+
- Syscoin: sys1qg6npncq4xe7ruz4e4xlnvuyrzj90qvv3gg0yag
|
72 |
+
|
73 |
+
"""
|
74 |
+
)
|
75 |
|
76 |
# Astrological chart generation
|
77 |
st.write("Enter information for the first person:")
|