We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3abf7bf commit 9287a3dCopy full SHA for 9287a3d
import-from-folder/streamlit_app.py
@@ -1,6 +1,6 @@
1
import sys
2
3
-sys.path.append("utilt.zip")
+sys.path.append("utils.zip")
4
5
# If the folder 'utils' exists, then this will import from that folder. Otherwise
6
# it will import from the zip file.
0 commit comments