k-mktr commited on
Commit
2c00b80
·
verified ·
1 Parent(s): 8b31177

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -717,7 +717,7 @@ def setup_sidebar():
717
  # Test mode with explanation
718
  st.session_state.mode = st.sidebar.radio(
719
  "Response Format",
720
- ["natural", "json"],
721
  help=("Choose how the model should respond:\n"
722
  "- Natural: Free-form text responses\n"
723
  "- JSON: Structured responses with reasoning and confidence"),
 
717
  # Test mode with explanation
718
  st.session_state.mode = st.sidebar.radio(
719
  "Response Format",
720
+ ["natural - manual eval", "json - auto eval"],
721
  help=("Choose how the model should respond:\n"
722
  "- Natural: Free-form text responses\n"
723
  "- JSON: Structured responses with reasoning and confidence"),