Spaces:
Running
Running
Update search_utils.py
Browse files- search_utils.py +1 -0
search_utils.py
CHANGED
@@ -9,6 +9,7 @@ import streamlit as st
|
|
9 |
import time
|
10 |
import os
|
11 |
from urllib.parse import quote
|
|
|
12 |
|
13 |
|
14 |
# Configure logging
|
|
|
9 |
import time
|
10 |
import os
|
11 |
from urllib.parse import quote
|
12 |
+
import requests
|
13 |
|
14 |
|
15 |
# Configure logging
|