Typony commited on
Commit
5661c7c
Β·
verified Β·
1 Parent(s): 4dec09a

Update src/streamlit_app.py

Browse files
Files changed (1) hide show
  1. src/streamlit_app.py +3 -3
src/streamlit_app.py CHANGED
@@ -346,8 +346,8 @@ def render_attribution_barplot(result, log_color: bool = False, cmap_name: str =
346
 
347
 
348
  def main():
349
- st.set_page_config(page_title="Jacobian Scope Demo", page_icon="πŸ”¬", layout="centered")
350
- st.title("πŸ” Jacobian & Temperature Scopes Demo")
351
  st.markdown(
352
  "**Semantic Scope** explains the predicted logit for a specific target token: enter your input "
353
  "passage along with a target token.\n\n"
@@ -356,7 +356,7 @@ def main():
356
 
357
  model_choice = st.selectbox(
358
  "Model",
359
- options=["SmolLM3-3B-Base", "LLaMA 3.2 1B", "LLaMA 3.2 3B"],
360
  index=0,
361
  key="model_choice",
362
  help="Choose model.",
 
346
 
347
 
348
  def main():
349
+ st.set_page_config(page_title="Jacobian Scope Demo", page_icon="πŸ”", layout="centered")
350
+ st.title("πŸ” Jacobian & Temperature Scopes")
351
  st.markdown(
352
  "**Semantic Scope** explains the predicted logit for a specific target token: enter your input "
353
  "passage along with a target token.\n\n"
 
356
 
357
  model_choice = st.selectbox(
358
  "Model",
359
+ options=["LLaMA 3.2 1B", "LLaMA 3.2 3B", "SmolLM3-3B-Base"],
360
  index=0,
361
  key="model_choice",
362
  help="Choose model.",