Rzhishchev commited on
Commit
2088f46
·
1 Parent(s): 90e8b9a

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -3,7 +3,7 @@ from gpt2 import app as gpt2_app
3
  from toxic import app as toxic_app
4
 
5
  # Sidebar for page selection
6
- # page = st.sidebar.selectbox("Choose a page", ["GPT-2", "Toxicity Analysis"])
7
 
8
  # Display the selected page
9
  if page == "GPT-2":
 
3
  from toxic import app as toxic_app
4
 
5
  # Sidebar for page selection
6
+ page = st.sidebar.selectbox("Choose a page", ["GPT-2", "Toxicity Analysis"])
7
 
8
  # Display the selected page
9
  if page == "GPT-2":