Update app.py
Browse files
app.py
CHANGED
@@ -3,7 +3,7 @@ import streamlit as st
|
|
3 |
|
4 |
# from app_pages import page1_model_comparison, page2_rubert_toxicity, page3_gpt_model
|
5 |
|
6 |
-
st.title('LSTM Team Natuaral Language Processing Project')
|
7 |
# selection = st.sidebar.radio("Go to", ["Model Comparison", "RuBERT Toxicity Detection", "GPT Model"])
|
8 |
|
9 |
# if selection == "Model Comparison":
|
|
|
3 |
|
4 |
# from app_pages import page1_model_comparison, page2_rubert_toxicity, page3_gpt_model
|
5 |
|
6 |
+
st.title('LSTM Team Natuaral Language Processing Project YEAH')
|
7 |
# selection = st.sidebar.radio("Go to", ["Model Comparison", "RuBERT Toxicity Detection", "GPT Model"])
|
8 |
|
9 |
# if selection == "Model Comparison":
|