Deploy Bot commited on
Commit
59e6551
·
1 Parent(s): 6ca2339

Clean up DB files and deploy to HF Spaces

Browse files
Files changed (4) hide show
  1. .gitignore +3 -0
  2. chat_history.db +0 -0
  3. chat_history.db-shm +0 -0
  4. chat_history.db-wal +0 -0
.gitignore CHANGED
@@ -5,3 +5,6 @@ __pycache__/
5
  .vscode/
6
  .idea/
7
  *.log
 
 
 
 
5
  .vscode/
6
  .idea/
7
  *.log
8
+ chat_history.db
9
+ chat_history.db-shm
10
+ chat_history.db-wal
chat_history.db DELETED
Binary file (16.4 kB)
 
chat_history.db-shm DELETED
Binary file (32.8 kB)
 
chat_history.db-wal DELETED
Binary file (49.5 kB)