Spaces:
Runtime error
Runtime error
CesarLeblanc
commited on
Commit
•
64006b4
1
Parent(s):
f30d0ea
Update app.py
Browse files
app.py
CHANGED
@@ -82,7 +82,6 @@ with gr.Blocks() as demo:
|
|
82 |
gr.Markdown("""# Pl@ntBERT""")
|
83 |
|
84 |
with gr.Tab("Vegetation plot classification"):
|
85 |
-
gr.Markdown("""Classify vegetation plots!""")
|
86 |
with gr.Row():
|
87 |
with gr.Column():
|
88 |
species = gr.Textbox(lines=2, label="Species", placeholder="Enter a list of comma-separated binomial names here.")
|
@@ -94,7 +93,6 @@ with gr.Blocks() as demo:
|
|
94 |
text_button = gr.Button("Classify")
|
95 |
|
96 |
with gr.Tab("Missing species finding"):
|
97 |
-
gr.Markdown("""Find the missing species!""")
|
98 |
with gr.Row():
|
99 |
species_2 = gr.Textbox(lines=2, label="Species", placeholder="Enter a list of comma-separated binomial names here.")
|
100 |
with gr.Column():
|
|
|
82 |
gr.Markdown("""# Pl@ntBERT""")
|
83 |
|
84 |
with gr.Tab("Vegetation plot classification"):
|
|
|
85 |
with gr.Row():
|
86 |
with gr.Column():
|
87 |
species = gr.Textbox(lines=2, label="Species", placeholder="Enter a list of comma-separated binomial names here.")
|
|
|
93 |
text_button = gr.Button("Classify")
|
94 |
|
95 |
with gr.Tab("Missing species finding"):
|
|
|
96 |
with gr.Row():
|
97 |
species_2 = gr.Textbox(lines=2, label="Species", placeholder="Enter a list of comma-separated binomial names here.")
|
98 |
with gr.Column():
|