Jung commited on
Commit
4393140
·
1 Parent(s): 57e681e

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -1,5 +1,6 @@
1
  import pandas as pd
2
  import numpy as np
 
3
 
4
  df = pd.read_csv('heroes_ep.csv')
5
  st.write('hello world')
 
1
  import pandas as pd
2
  import numpy as np
3
+ import streamlit as st
4
 
5
  df = pd.read_csv('heroes_ep.csv')
6
  st.write('hello world')