Ben Burtenshaw commited on
Commit
f0671b0
1 Parent(s): 7335632

fix missing os import

Browse files
Files changed (1) hide show
  1. utils.py +1 -1
utils.py CHANGED
@@ -1,4 +1,4 @@
1
- from textwrap import dedent
2
 
3
  import streamlit as st
4
 
 
1
+ import os
2
 
3
  import streamlit as st
4