cha0smagick commited on
Commit
c40cf60
1 Parent(s): ea3deff

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -13
app.py CHANGED
@@ -9,21 +9,9 @@ st.markdown(
9
  **Author:** Cha0smagick the Technowizard
10
  **Created for the blog:** [El Rincon Paranormal](https://elrinconparanormal.blogspot.com)
11
  **Project's main page:** [Cha0smagick's Cabalistic Number interpretator](https://elrinconparanormal.blogspot.com/2023/12/Free%20online%20Kabbalah%20Name%20to%20Sacred%20Numbers..html)
12
-
13
- **Donate crypto to support the project:**
14
-
15
- - Bitcoin: 3KcF1yrY44smTJpVW68m8dw8q64kPtzvtX
16
- - Litecoin: LME9oq8BRQ6dDdqEKg3HJB9UL6byhJka1X
17
- - Gridcoin: RyAcDpYRMWfDHLTizCTLzy58qBgzcfo5eZ
18
- - Dodgecoin: DDSxowLFPyBHVdV16hGhWdhyfa8ors3VPd
19
- - Blackcoin: B62pVSG1hjvBDbCeKbEnYmKxUg5rsnZKwt
20
- - Dash: Xj1MjAgxZPRqysMHox4sUV9XYZixrsk4e6
21
- - Peercoin: PA43iLNooKU76u4yPTtL5j97W6zwWkwxV2
22
- - Syscoin: sys1qg6npncq4xe7ruz4e4xlnvuyrzj90qvv3gg0yag
23
-
24
  """
25
  )
26
- GOOGLE_API_KEY = "AIzaSyCVqyQJSEN3vZcYRmCogVmHxlmYkzCUxdQ" # Replace with your actual API key
27
  genai.configure(api_key=GOOGLE_API_KEY)
28
 
29
  def get_kabbalistic_number(name):
 
9
  **Author:** Cha0smagick the Technowizard
10
  **Created for the blog:** [El Rincon Paranormal](https://elrinconparanormal.blogspot.com)
11
  **Project's main page:** [Cha0smagick's Cabalistic Number interpretator](https://elrinconparanormal.blogspot.com/2023/12/Free%20online%20Kabbalah%20Name%20to%20Sacred%20Numbers..html)
 
 
 
 
 
 
 
 
 
 
 
 
12
  """
13
  )
14
+ GOOGLE_API_KEY = "AIzaSyCv30EVBXynJjSNZiYkKqc5xx1DovQEaQY" # Replace with your actual API key
15
  genai.configure(api_key=GOOGLE_API_KEY)
16
 
17
  def get_kabbalistic_number(name):