mgokg commited on
Commit
ad51f6a
·
verified ·
1 Parent(s): 21f998a

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -10,7 +10,7 @@ import pandas
10
  import os
11
 
12
  #api_key = os.getenv('groq')
13
- read_key = os.environ.get('HF_TOKEN', None)
14
 
15
  def parse_links_and_content(ort):
16
  base_url = "https://vereine-in-deutschland.net"
 
10
  import os
11
 
12
  #api_key = os.getenv('groq')
13
+ read_key = os.getenv('HF_TOKEN', None)
14
 
15
  def parse_links_and_content(ort):
16
  base_url = "https://vereine-in-deutschland.net"