geekyrakshit commited on
Commit
f7b114e
1 Parent(s): aa90afd

update: app

Browse files
Files changed (1) hide show
  1. app.py +0 -12
app.py CHANGED
@@ -13,23 +13,11 @@ evaluation_page = st.Page(
13
  title="Evaluation",
14
  icon=":material/monitoring:",
15
  )
16
- # train_classifier_page = st.Page(
17
- # "application_pages/train_classifier.py",
18
- # title="Train Classifier",
19
- # icon=":material/fitness_center:",
20
- # )
21
- # llama_guard_fine_tuning_page = st.Page(
22
- # "application_pages/llama_guard_fine_tuning.py",
23
- # title="Fine-Tune LLama Guard",
24
- # icon=":material/star:",
25
- # )
26
  page_navigation = st.navigation(
27
  [
28
  intro_page,
29
  chat_page,
30
  evaluation_page,
31
- # train_classifier_page,
32
- # llama_guard_fine_tuning_page,
33
  ]
34
  )
35
  st.set_page_config(page_title="Guardrails Genie", page_icon=":material/guardian:")
 
13
  title="Evaluation",
14
  icon=":material/monitoring:",
15
  )
 
 
 
 
 
 
 
 
 
 
16
  page_navigation = st.navigation(
17
  [
18
  intro_page,
19
  chat_page,
20
  evaluation_page,
 
 
21
  ]
22
  )
23
  st.set_page_config(page_title="Guardrails Genie", page_icon=":material/guardian:")