jmansfield89 commited on
Commit
3398426
·
verified ·
1 Parent(s): 5838b12

Update app.py

Browse files

Updated library import for streamlit to "from streamlit.web import cli as stcli" to fix a compile error bug

Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -1,5 +1,5 @@
1
  # LIBRARY IMPORTS
2
- import streamlit as st
3
  import pandas as pd
4
  import sys
5
  from streamlit import cli as stcli
 
1
  # LIBRARY IMPORTS
2
+ from streamlit.web import cli as stcli
3
  import pandas as pd
4
  import sys
5
  from streamlit import cli as stcli