Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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://
|
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
|
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 |
|