Update app.py
Browse files
app.py
CHANGED
@@ -321,10 +321,10 @@ def generate_auswahl(prompt_in, file, file_history, chatbot, history, anzahl_doc
|
|
321 |
|
322 |
def download_link(doc):
|
323 |
# URL für das Herunterladen der Datei
|
324 |
-
file_url = f"https://huggingface.co/spaces/alexkueck/SucheRAG/resolve/main/
|
325 |
return f'<b><a href="{file_url}" target="_blank" style="color: #BB70FC; font-weight: bold;">{doc["titel"]}</a></b>'
|
326 |
|
327 |
-
|
328 |
|
329 |
########################################
|
330 |
# Bot- test gegen schädliche Bots die die Anwendung testen...
|
|
|
321 |
|
322 |
def download_link(doc):
|
323 |
# URL für das Herunterladen der Datei
|
324 |
+
file_url = f"https://huggingface.co/spaces/alexkueck/SucheRAG/resolve/main/chroma/kkg/{doc['pfad']}?token=hf_token"
|
325 |
return f'<b><a href="{file_url}" target="_blank" style="color: #BB70FC; font-weight: bold;">{doc["titel"]}</a></b>'
|
326 |
|
327 |
+
https://huggingface.co/spaces/alexkueck/SucheRAG/tree/main/chroma/kkg
|
328 |
|
329 |
########################################
|
330 |
# Bot- test gegen schädliche Bots die die Anwendung testen...
|