19arjun89 commited on
Commit
459396a
·
verified ·
1 Parent(s): 2d28063

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -10,7 +10,7 @@ from typing import List, Dict
10
  import os
11
  import tempfile
12
  import re
13
- from geo_logging import record_visit
14
 
15
  # Initialize embeddings
16
  embeddings = HuggingFaceEmbeddings()
 
10
  import os
11
  import tempfile
12
  import re
13
+ from usage_logging import record_visit
14
 
15
  # Initialize embeddings
16
  embeddings = HuggingFaceEmbeddings()