Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -1,7 +1,6 @@
|
|
1 |
import streamlit as st
|
2 |
import os
|
3 |
import sys
|
4 |
-
import requests
|
5 |
|
6 |
# Add the 'utils' directory to sys.path
|
7 |
sys.path.append(os.path.join(os.path.dirname(__file__), "utils"))
|
|
|
1 |
import streamlit as st
|
2 |
import os
|
3 |
import sys
|
|
|
4 |
|
5 |
# Add the 'utils' directory to sys.path
|
6 |
sys.path.append(os.path.join(os.path.dirname(__file__), "utils"))
|