mgokg commited on
Commit
635a686
·
verified ·
1 Parent(s): 2d583fc

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -87,7 +87,7 @@ def list_of_clubs(ort):
87
 
88
  def process_ort(ort):
89
  links_text = list_of_clubs(ort)
90
- return links_text
91
  vereine = []
92
  client_gemini = Client("mgokg/gemini-2.0-flash-exp")
93
  for verein in links_text:
 
87
 
88
  def process_ort(ort):
89
  links_text = list_of_clubs(ort)
90
+ #return links_text
91
  vereine = []
92
  client_gemini = Client("mgokg/gemini-2.0-flash-exp")
93
  for verein in links_text: