Spaces:
Sleeping
Sleeping
Move URL to learn more under sample image
Browse files
app.py
CHANGED
@@ -216,6 +216,10 @@ if __name__ == "__main__":
|
|
216 |
sample_img = gr.Image(label = "Sample Image of Predicted Taxon",
|
217 |
height = 400,
|
218 |
show_download_button = False)
|
|
|
|
|
|
|
|
|
219 |
|
220 |
with gr.Row():
|
221 |
with gr.Column():
|
@@ -236,11 +240,6 @@ if __name__ == "__main__":
|
|
236 |
)
|
237 |
# open_domain_flag_btn = gr.Button("Flag Mistake", variant="primary")
|
238 |
|
239 |
-
with gr.Row():
|
240 |
-
taxon_url = gr.HTML(label = "More Information",
|
241 |
-
elem_id = "url"
|
242 |
-
)
|
243 |
-
|
244 |
with gr.Row():
|
245 |
gr.Examples(
|
246 |
examples=open_domain_examples,
|
|
|
216 |
sample_img = gr.Image(label = "Sample Image of Predicted Taxon",
|
217 |
height = 400,
|
218 |
show_download_button = False)
|
219 |
+
|
220 |
+
taxon_url = gr.HTML(label = "More Information",
|
221 |
+
elem_id = "url"
|
222 |
+
)
|
223 |
|
224 |
with gr.Row():
|
225 |
with gr.Column():
|
|
|
240 |
)
|
241 |
# open_domain_flag_btn = gr.Button("Flag Mistake", variant="primary")
|
242 |
|
|
|
|
|
|
|
|
|
|
|
243 |
with gr.Row():
|
244 |
gr.Examples(
|
245 |
examples=open_domain_examples,
|