Update app.py
Browse files
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():
|