Spaces:
Running
Running
Update app.py
Browse files
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)
|