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

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -322,7 +322,8 @@ def generate_auswahl(prompt_in, file, file_history, chatbot, history, anzahl_doc
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
  ########################################
 
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
  ########################################