Yunus Serhat Bıçakçı commited on
Commit
ce828e7
·
1 Parent(s): 3580ede
Files changed (2) hide show
  1. Application.py +1 -1
  2. app.css +0 -4
Application.py CHANGED
@@ -1,7 +1,7 @@
1
  import streamlit as st
2
  import leafmap.foliumap as leafmap
3
  import webbrowser
4
- webbrowser.open("http://streamlit.io") # opens the URL in a new tab
5
 
6
  st.set_page_config(layout="wide")
7
 
 
1
  import streamlit as st
2
  import leafmap.foliumap as leafmap
3
  import webbrowser
4
+
5
 
6
  st.set_page_config(layout="wide")
7
 
app.css DELETED
@@ -1,4 +0,0 @@
1
- .flex
2
- {
3
- overflow:auto;
4
- }