Spaces:
Running
Running
Krish Patel
commited on
Commit
·
5ac49d2
1
Parent(s):
1a2b17f
Debugging 5
Browse files
app.py
CHANGED
@@ -80,7 +80,7 @@ def initialize_models():
|
|
80 |
|
81 |
# Streamlit UI
|
82 |
def main():
|
83 |
-
st.title("
|
84 |
st.write("Enter news text below to analyze its authenticity")
|
85 |
|
86 |
# Text input area
|
|
|
80 |
|
81 |
# Streamlit UI
|
82 |
def main():
|
83 |
+
st.title("Nexus NLP News Classifier")
|
84 |
st.write("Enter news text below to analyze its authenticity")
|
85 |
|
86 |
# Text input area
|