nazianafis commited on
Commit
a446c05
·
verified ·
1 Parent(s): 01b0c69

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +7 -0
app.py CHANGED
@@ -1,3 +1,10 @@
 
 
 
 
 
 
 
1
  import streamlit as st
2
  import camelot as cam
3
 
 
1
+ import altair as alt
2
+ import numpy as np
3
+ import pandas as pd
4
+ import streamlit as st
5
+
6
+ # Welcome to Streamlit!
7
+
8
  import streamlit as st
9
  import camelot as cam
10