Update app.py
Browse files
app.py
CHANGED
@@ -18,7 +18,7 @@ model, tokenizer = load_assets()
|
|
18 |
# ----------------------
|
19 |
# Streamlit UI
|
20 |
# ----------------------
|
21 |
-
st.title("Team 8 Project")
|
22 |
st.write("Type a sentence and let the model suggest the next word!")
|
23 |
|
24 |
# Input text
|
|
|
18 |
# ----------------------
|
19 |
# Streamlit UI
|
20 |
# ----------------------
|
21 |
+
st.title("Team 8 Project Demo")
|
22 |
st.write("Type a sentence and let the model suggest the next word!")
|
23 |
|
24 |
# Input text
|