Spaces:
Sleeping
Sleeping
pelinbalci
commited on
Commit
•
0072800
1
Parent(s):
ed95a25
Update app.py
Browse files
app.py
CHANGED
@@ -43,7 +43,7 @@ st.markdown('''
|
|
43 |
''', unsafe_allow_html=True)
|
44 |
|
45 |
|
46 |
-
title = st.text_input('Input text', 'Please enter the text here')
|
47 |
st.write('The current text is', title)
|
48 |
|
49 |
inputs = {"text": title}
|
|
|
43 |
''', unsafe_allow_html=True)
|
44 |
|
45 |
|
46 |
+
title = st.text_input('Input text', 'Please enter the text here. Remember it is not a dictionary:) Write a sentence.')
|
47 |
st.write('The current text is', title)
|
48 |
|
49 |
inputs = {"text": title}
|