update to natural history
Browse files
app.py
CHANGED
|
@@ -211,9 +211,9 @@ def create_demo():
|
|
| 211 |
)
|
| 212 |
|
| 213 |
use_filename_in_prompt = gr.Checkbox(
|
| 214 |
-
label="Include filename
|
| 215 |
value=False,
|
| 216 |
-
info="
|
| 217 |
)
|
| 218 |
|
| 219 |
content_type = gr.Radio(
|
|
|
|
| 211 |
)
|
| 212 |
|
| 213 |
use_filename_in_prompt = gr.Checkbox(
|
| 214 |
+
label="Include filename as metadata",
|
| 215 |
value=False,
|
| 216 |
+
info="Useful for inputing species data if appropiate"
|
| 217 |
)
|
| 218 |
|
| 219 |
content_type = gr.Radio(
|