cboettig commited on
Commit
25d5c8e
·
2 Parent(s): 4f08a04 6c6695e

Merge branch 'main' of https://huggingface.co/spaces/cboettig/hf-streamlit-demo

Browse files
Files changed (1) hide show
  1. app.py +2 -0
app.py CHANGED
@@ -11,6 +11,8 @@
11
  # See the License for the specific language governing permissions and
12
  # limitations under the License.
13
 
 
 
14
  """An example of showing species richness from GBIF data."""
15
  import pydeck as pdk
16
  import streamlit as st
 
11
  # See the License for the specific language governing permissions and
12
  # limitations under the License.
13
 
14
+
15
+
16
  """An example of showing species richness from GBIF data."""
17
  import pydeck as pdk
18
  import streamlit as st