Skip to content

Commit

Permalink
add: dependence on latest weave version
Browse files Browse the repository at this point in the history
  • Loading branch information
soumik12345 committed Jan 9, 2025
1 parent e27fc71 commit dc307a7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 13 deletions.
13 changes: 1 addition & 12 deletions app.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,17 +8,6 @@
title="Playground",
icon=":material/sports_esports:",
)
evaluation_page = st.Page(
"application_pages/evaluation_app.py",
title="Evaluation",
icon=":material/monitoring:",
)
page_navigation = st.navigation(
[
intro_page,
chat_page,
evaluation_page,
]
)
page_navigation = st.navigation([intro_page, chat_page])
st.set_page_config(page_title="Guardrails Genie", page_icon=":material/guardian:")
page_navigation.run()
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ dependencies = [
"google-generativeai>=0.8.3",
"hyperscan>=0.7.8",
"openai>=1.52.2",
"weave @ git+https://github.com/wandb/weave@feat/eval-progressbar",
"weave>=0.51.27",
"streamlit>=1.40.1",
"python-dotenv>=1.0.1",
"watchdog>=6.0.0",
Expand Down

0 comments on commit dc307a7

Please sign in to comment.