Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -7,6 +7,9 @@ import requests
|
|
7 |
import re
|
8 |
from datetime import datetime
|
9 |
import time
|
|
|
|
|
|
|
10 |
|
11 |
# Page configuration
|
12 |
st.set_page_config(
|
|
|
7 |
import re
|
8 |
from datetime import datetime
|
9 |
import time
|
10 |
+
from huggingface_hub import notebook_login
|
11 |
+
|
12 |
+
notebook_login()
|
13 |
|
14 |
# Page configuration
|
15 |
st.set_page_config(
|