geekyrakshit commited on
Commit
e2abb49
1 Parent(s): 5e33295

update: app

Browse files
Files changed (1) hide show
  1. app.py +12 -12
app.py CHANGED
@@ -13,23 +13,23 @@ 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
+ # 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:")