mgokg commited on
Commit
6eee00a
·
verified ·
1 Parent(s): c577d47

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -36,6 +36,7 @@ def ask_llm(ort):
36
  return f"Error in response generation: {str(e)}"
37
 
38
  def parse_links_and_content(ort):
 
39
  base_url = "https://vereine-in-deutschland.net"
40
  all_links = []
41
  all_links_text = []
 
36
  return f"Error in response generation: {str(e)}"
37
 
38
  def parse_links_and_content(ort):
39
+ details_output.update("# Bitte warten, der Vorgang kann einige Minuten dauern...")
40
  base_url = "https://vereine-in-deutschland.net"
41
  all_links = []
42
  all_links_text = []