Spaces:
Build error
Build error
Update app.py
Browse files
app.py
CHANGED
@@ -13,6 +13,7 @@ import re
|
|
13 |
from typing import List, Dict
|
14 |
from streamlit_jupyter import StreamlitPatcher, tqdm
|
15 |
|
|
|
16 |
StreamlitPatcher().jupyter() # This patches Streamlit to work in Jupyter
|
17 |
|
18 |
# Access Hugging Face API key from secrets
|
|
|
13 |
from typing import List, Dict
|
14 |
from streamlit_jupyter import StreamlitPatcher, tqdm
|
15 |
|
16 |
+
# This line should be at the top of your script
|
17 |
StreamlitPatcher().jupyter() # This patches Streamlit to work in Jupyter
|
18 |
|
19 |
# Access Hugging Face API key from secrets
|