captain-awesome commited on
Commit
2e34be4
·
verified ·
1 Parent(s): c4fb11b

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -10,6 +10,7 @@ from langchain.embeddings import HuggingFaceBgeEmbeddings
10
  import tempfile
11
  import os
12
  import streamlit as st
 
13
 
14
 
15
  def main():
 
10
  import tempfile
11
  import os
12
  import streamlit as st
13
+ import timeit
14
 
15
 
16
  def main():