acecalisto3 commited on
Commit
4c266dd
·
verified ·
1 Parent(s): 78e9275

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
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