Spaces:
Build error
Build error
ok
Browse files
app.py
CHANGED
|
@@ -1,8 +1,8 @@
|
|
| 1 |
import warnings
|
| 2 |
-
|
| 3 |
|
|
|
|
| 4 |
import json
|
| 5 |
-
import streamlit as st
|
| 6 |
import os
|
| 7 |
from huggingface_hub import HfApi, login
|
| 8 |
from streamlit_cookies_manager import EncryptedCookieManager
|
|
|
|
| 1 |
import warnings
|
| 2 |
+
import streamlit as st
|
| 3 |
|
| 4 |
+
warnings.filterwarnings("ignore", category=UserWarning, module="streamlit")
|
| 5 |
import json
|
|
|
|
| 6 |
import os
|
| 7 |
from huggingface_hub import HfApi, login
|
| 8 |
from streamlit_cookies_manager import EncryptedCookieManager
|