Chris4K commited on
Commit
85eade9
1 Parent(s): 19beff5

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -182,7 +182,7 @@ def get_response(user_input):
182
 
183
 
184
  #vs = get_vectorstore_from_url(user_url, all_domain)
185
- vs = get_vectorstore_from_url("https://de.wikipedia.org/wiki/K%C3%BCnstliche_Intelligenz")
186
  print("------ here 22 " )
187
  chat_history =[]
188
  retriever_chain = get_context_retriever_chain(vs)
@@ -204,7 +204,7 @@ app = gr.Interface(
204
  inputs=["text"],
205
  outputs="text",
206
  title="Chat with Websites",
207
- description="TSchreibe hier deine FRage rein...",
208
  #allow_flagging=False
209
  )
210
 
 
182
 
183
 
184
  #vs = get_vectorstore_from_url(user_url, all_domain)
185
+ vs = get_vectorstore_from_url("https://www.bofrost.de/shop/fertige-gerichte_5507/auflaeufe_5509/hack-wirsing-auflauf.html?position=1&clicked=")
186
  print("------ here 22 " )
187
  chat_history =[]
188
  retriever_chain = get_context_retriever_chain(vs)
 
204
  inputs=["text"],
205
  outputs="text",
206
  title="Chat with Websites",
207
+ description="TSchreibe hier deine Frage rein...",
208
  #allow_flagging=False
209
  )
210