Skip to content

Commit

Permalink
chore: Remove print
Browse files Browse the repository at this point in the history
  • Loading branch information
kstathou committed Sep 21, 2023
1 parent dff2f96 commit 19ebfc9
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/genai/streamlit_pages/eyfs_kb_bbc_page.py
Original file line number Diff line number Diff line change
Expand Up @@ -124,8 +124,6 @@ def eyfs_kb_bbc(index_name: str = "eyfs-index") -> None:
),
}

st.text(messages_placeholders["activity_examples"])

r = TextGenerator.generate(
model=selected_model,
temperature=temperature,
Expand Down

0 comments on commit 19ebfc9

Please sign in to comment.