Spaces:
Sleeping
Sleeping
wip
Browse files
app.py
CHANGED
@@ -60,8 +60,8 @@ def thresh_fn(val):
|
|
60 |
with gr.Blocks() as demo:
|
61 |
gr.Markdown(
|
62 |
"""
|
63 |
-
#
|
64 |
-
This model predicts the distribution of species based on geographic,
|
65 |
""")
|
66 |
with gr.Row():
|
67 |
inp = gr.Dropdown(label="Taxonomic Hierarchy", choices=["Species"])
|
|
|
60 |
with gr.Blocks() as demo:
|
61 |
gr.Markdown(
|
62 |
"""
|
63 |
+
# St Louis Species Distribution Model!
|
64 |
+
This model predicts the distribution of species based on geographic, and satellite image features.
|
65 |
""")
|
66 |
with gr.Row():
|
67 |
inp = gr.Dropdown(label="Taxonomic Hierarchy", choices=["Species"])
|