Skip to content

Commit a5af0e0

Browse files
authored
Renamed chat_history.json to Horizontal_chat_history.json
1 parent 669ac09 commit a5af0e0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Horizontal View - app.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ def get_models():
4747
st.warning("No models found. Ensure Ollama is running and has models pulled.")
4848
st.stop()
4949

50-
HISTORY_FILE = "chat_history.json"
50+
HISTORY_FILE = "Horizontal_chat_history.json"
5151

5252
def load_chat_history():
5353
if os.path.exists(HISTORY_FILE):

0 commit comments

Comments
 (0)