Spaces:
Running
Running
phyloforfun
commited on
Commit
•
5ada5b1
1
Parent(s):
089a1e9
Major update. Support for 15 LLMs, World Flora Online taxonomy validation, geolocation, 2 OCR methods, significant UI changes, stability improvements, consistent JSON parsing
Browse files
app.py
CHANGED
@@ -2343,7 +2343,7 @@ if 'API_rechecked' not in st.session_state:
|
|
2343 |
if 'json_report' not in st.session_state:
|
2344 |
st.session_state['json_report'] = False
|
2345 |
if 'hold_output' not in st.session_state:
|
2346 |
-
st.session_state['hold_output']
|
2347 |
|
2348 |
|
2349 |
if 'cost_openai' not in st.session_state:
|
|
|
2343 |
if 'json_report' not in st.session_state:
|
2344 |
st.session_state['json_report'] = False
|
2345 |
if 'hold_output' not in st.session_state:
|
2346 |
+
st.session_state['hold_output'] = False
|
2347 |
|
2348 |
|
2349 |
if 'cost_openai' not in st.session_state:
|