crismunoz commited on
Commit
ecfca68
·
1 Parent(s): 37ad6f6
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -1,8 +1,8 @@
1
  import warnings
2
- warnings.filterwarnings("ignore")
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