alexkueck commited on
Commit
21735fc
·
verified ·
1 Parent(s): f9230fb

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -421,8 +421,8 @@ def upload_pdf(file):
421
 
422
  #Vektorstore erst auf ButtonKlick erneuern, vorher eventuell mehrere Dateien hochladen
423
  def renew_vectorstore():
424
- create_vectorstore()
425
- return "Vektorstore wurde erfolgreich erneuert."
426
 
427
 
428
 
 
421
 
422
  #Vektorstore erst auf ButtonKlick erneuern, vorher eventuell mehrere Dateien hochladen
423
  def renew_vectorstore():
424
+ create_vectorstore()
425
+ return "Vektorstore wurde erfolgreich erneuert."
426
 
427
 
428