mgokg commited on
Commit
3754971
·
verified ·
1 Parent(s): c53083c

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -0
app.py CHANGED
@@ -110,6 +110,9 @@ with gr.Blocks() as demo:
110
  #json_output = gr.JSON(label="Ergebnisse")
111
 
112
  def process_ort(ort):
 
 
 
113
  links = parse_links_and_content(ort)
114
  return links
115
  contact= scrape_links(links)
 
110
  #json_output = gr.JSON(label="Ergebnisse")
111
 
112
  def process_ort(ort):
113
+ antwort = ask_llm[ort]
114
+ antwort=gr.Markdown()
115
+ return antwort
116
  links = parse_links_and_content(ort)
117
  return links
118
  contact= scrape_links(links)