Gregoryjr commited on
Update app.py
Browse files
app.py
CHANGED
|
@@ -1,6 +1,6 @@
|
|
| 1 |
import streamlit as st
|
| 2 |
from transformers import pipeline
|
| 3 |
-
st.title("Milestone #2")
|
| 4 |
text = st.text_input("write a statement")
|
| 5 |
import streamlit as st
|
| 6 |
|
|
|
|
| 1 |
import streamlit as st
|
| 2 |
from transformers import pipeline
|
| 3 |
+
st.title("Milestone #2 v2")
|
| 4 |
text = st.text_input("write a statement")
|
| 5 |
import streamlit as st
|
| 6 |
|