Spaces:
Runtime error
Runtime error
Rzhishchev
commited on
Commit
•
5061eb8
1
Parent(s):
5e40a0a
Update app.py
Browse files
app.py
CHANGED
@@ -2,10 +2,10 @@ import streamlit as st
|
|
2 |
import toxic
|
3 |
import gpt2
|
4 |
|
5 |
-
PAGES = {
|
6 |
-
|
7 |
-
|
8 |
-
}
|
9 |
|
10 |
st.sidebar.title('Navigation')
|
11 |
selection = st.sidebar.radio("Go to", list(PAGES.keys()))
|
|
|
2 |
import toxic
|
3 |
import gpt2
|
4 |
|
5 |
+
# PAGES = {
|
6 |
+
# "Toxic Comment Classifier": toxic,
|
7 |
+
# "GPT-2 Text Generator": gpt2
|
8 |
+
# }
|
9 |
|
10 |
st.sidebar.title('Navigation')
|
11 |
selection = st.sidebar.radio("Go to", list(PAGES.keys()))
|