alexkueck commited on
Commit
34bcad4
·
verified ·
1 Parent(s): f55c807

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
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/kkg_dokumente/{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
-
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...