From e02094de5baac85613855c8a6c9ae1298324ad0e Mon Sep 17 00:00:00 2001 From: "t.me/xtekky" <98614666+xtekky@users.noreply.github.com> Date: Sun, 30 Apr 2023 12:42:21 +0100 Subject: added a site and some refratoring --- gui/streamlit_chat_app.py | 1 - 1 file changed, 1 deletion(-) (limited to 'gui') diff --git a/gui/streamlit_chat_app.py b/gui/streamlit_chat_app.py index fc5c8d8e..6abc9caf 100644 --- a/gui/streamlit_chat_app.py +++ b/gui/streamlit_chat_app.py @@ -11,7 +11,6 @@ import pickle conversations_file = "conversations.pkl" - def load_conversations(): try: with open(conversations_file, "rb") as f: -- cgit v1.2.3