phyloforfun commited on
Commit
39c6a41
1 Parent(s): c3bedaf

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
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -1857,7 +1857,7 @@ def content_collage_overlay():
1857
  # Load the image only if it's not already in the session state
1858
  if "demo_collage" not in st.session_state:
1859
  # ba = os.path.join(st.session_state.dir_home, 'demo', 'ba', 'ba2.png')
1860
- ba = os.path.join(st.session_state.dir_home, 'demo', 'ba', 'ba2.PNG')
1861
  st.session_state["demo_collage"] = Image.open(ba)
1862
 
1863
  # Display the image
 
1857
  # Load the image only if it's not already in the session state
1858
  if "demo_collage" not in st.session_state:
1859
  # ba = os.path.join(st.session_state.dir_home, 'demo', 'ba', 'ba2.png')
1860
+ ba = os.path.join(st.session_state.dir_home, 'demo', 'ba', 'ba2.png')
1861
  st.session_state["demo_collage"] = Image.open(ba)
1862
 
1863
  # Display the image