Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -12,7 +12,7 @@ import sys
|
|
12 |
from datetime import datetime
|
13 |
from concurrent.futures import ThreadPoolExecutor, as_completed
|
14 |
from typing import List, Dict, Any, Optional, Sequence
|
15 |
-
|
16 |
import requests
|
17 |
import streamlit as st
|
18 |
|
|
|
12 |
from datetime import datetime
|
13 |
from concurrent.futures import ThreadPoolExecutor, as_completed
|
14 |
from typing import List, Dict, Any, Optional, Sequence
|
15 |
+
import chromadb
|
16 |
import requests
|
17 |
import streamlit as st
|
18 |
|