alexkueck commited on
Commit
61853f8
1 Parent(s): 9efdcb1

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -322,7 +322,7 @@ def invoke (prompt, history, openai_api_key, rag_option, temperature=0.9, max_ne
322
  #Beschreibung oben in GUI
323
  ################################################
324
  title = "LLM mit RAG"
325
- description = """<strong>Überblick:</strong> Hier wird ein <strong>Large Language Model (LLM)</strong> mit
326
  <strong>Retrieval Augmented Generation (RAG)</strong> auf <strong>externen Daten</strong> demonstriert.\n\n
327
  """
328
  css = """.toast-wrap { display: none !important } """
 
322
  #Beschreibung oben in GUI
323
  ################################################
324
  title = "LLM mit RAG"
325
+ description = """<strong>Information:</strong> Hier wird ein <strong>Large Language Model (LLM)</strong> mit
326
  <strong>Retrieval Augmented Generation (RAG)</strong> auf <strong>externen Daten</strong> demonstriert.\n\n
327
  """
328
  css = """.toast-wrap { display: none !important } """