Spaces:
Runtime error
Runtime error
lizadakhova
commited on
Commit
•
0897146
1
Parent(s):
40071a1
Update app.py
Browse files
app.py
CHANGED
@@ -2,5 +2,5 @@ import torch
|
|
2 |
import streamlit as st
|
3 |
|
4 |
st.markdown("Hello!")
|
5 |
-
sentence = st.text_input("
|
6 |
st.markdown(sentence)
|
|
|
2 |
import streamlit as st
|
3 |
|
4 |
st.markdown("Hello!")
|
5 |
+
sentence = st.text_input("Please, enter your sentence. I will try to make it more positive :)")
|
6 |
st.markdown(sentence)
|