stmnk commited on
Commit
a2253fb
1 Parent(s): 577f46a
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -1,4 +1,5 @@
1
  import streamlit as st
 
2
 
3
  # TODO: improve layout (columns, sidebar, forms)
4
  # st.set_page_config(layout='wide')
 
1
  import streamlit as st
2
+ import requests as req
3
 
4
  # TODO: improve layout (columns, sidebar, forms)
5
  # st.set_page_config(layout='wide')