Update app.py
Browse files
app.py
CHANGED
@@ -168,7 +168,7 @@ if __name__ == "__main__":
|
|
168 |
BUTTON_URL_ADIC = {}
|
169 |
ROOT_URL = website
|
170 |
with open("ROOT_URL.txt", "w") as f:
|
171 |
-
f.write(
|
172 |
messages = [] # This stores the chat history.
|
173 |
visited_links = []
|
174 |
start_prompt = "query:\n{query} \nofficial website:\n{website}".format(query=query, website=website)
|
|
|
168 |
BUTTON_URL_ADIC = {}
|
169 |
ROOT_URL = website
|
170 |
with open("ROOT_URL.txt", "w") as f:
|
171 |
+
f.write(website)
|
172 |
messages = [] # This stores the chat history.
|
173 |
visited_links = []
|
174 |
start_prompt = "query:\n{query} \nofficial website:\n{website}".format(query=query, website=website)
|