phyloforfun commited on
Commit
3de0c83
1 Parent(s): 7d58ebe

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 (2) hide show
  1. .streamlit/config.toml +1 -1
  2. app.py +1 -1
.streamlit/config.toml CHANGED
@@ -1,4 +1,4 @@
1
  [theme]
2
  primaryColor = "#00ff00"
3
- backgroundColor="#FFFFFF"
4
  secondaryBackgroundColor="#5c5c5c"
 
1
  [theme]
2
  primaryColor = "#00ff00"
3
+ backgroundColor="#1a1a1a"
4
  secondaryBackgroundColor="#5c5c5c"
app.py CHANGED
@@ -1732,7 +1732,7 @@ def content_header():
1732
  else:
1733
  with col_run_4:
1734
  for message in info:
1735
- st.error(message)
1736
 
1737
 
1738
 
 
1732
  else:
1733
  with col_run_4:
1734
  for message in info:
1735
+ st.warning(message)
1736
 
1737
 
1738