Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -116,7 +116,7 @@ def outputImg(df_name, species):
|
|
| 116 |
iface = gr.Interface(
|
| 117 |
fn=outputImg,
|
| 118 |
inputs=[
|
| 119 |
-
gr.inputs.Dropdown(label="
|
| 120 |
gr.inputs.Dropdown(label="species", choices=list(pd.concat([p13_df['commonName'], p6_df['commonName'], p2_df['commonName']]).unique())),
|
| 121 |
#gr.inputs.Textbox(label="DataFrame")
|
| 122 |
],
|
|
|
|
| 116 |
iface = gr.Interface(
|
| 117 |
fn=outputImg,
|
| 118 |
inputs=[
|
| 119 |
+
gr.inputs.Dropdown(label="project Name", choices=["[13] Scandcam-Västerbotten2122", "[6] Beyond Moose", "[2] Träffa dina vilda grannar"]),
|
| 120 |
gr.inputs.Dropdown(label="species", choices=list(pd.concat([p13_df['commonName'], p6_df['commonName'], p2_df['commonName']]).unique())),
|
| 121 |
#gr.inputs.Textbox(label="DataFrame")
|
| 122 |
],
|