Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -4,7 +4,7 @@ import models
|
|
4 |
def main():
|
5 |
st.set_page_config(layout="wide", page_title="Review Toxicity Checker")
|
6 |
st.title('Review Toxicity Checker')
|
7 |
-
|
8 |
left_col, right_col = st.columns(2)
|
9 |
|
10 |
content = left_col.empty()
|
|
|
4 |
def main():
|
5 |
st.set_page_config(layout="wide", page_title="Review Toxicity Checker")
|
6 |
st.title('Review Toxicity Checker')
|
7 |
+
print(st.secrets["default_hf_api"])
|
8 |
left_col, right_col = st.columns(2)
|
9 |
|
10 |
content = left_col.empty()
|