Spaces:
Sleeping
Sleeping
Commit ·
bb3d6a9
1
Parent(s): 399f088
Update app.py (#10)
Browse files- Update app.py (2a11d726e9614c69ded20fc79419765f51dfdb69)
app.py
CHANGED
|
@@ -20,6 +20,6 @@ st.write("Word count:", word_count)
|
|
| 20 |
password = st.text_input('Enter your password', max_chars=50, type="password") # changed st.text_input with type="password"
|
| 21 |
st.write(password)
|
| 22 |
|
| 23 |
-
st.header(divider='rainbow')
|
| 24 |
|
| 25 |
st.button("ChatGPT")
|
|
|
|
| 20 |
password = st.text_input('Enter your password', max_chars=50, type="password") # changed st.text_input with type="password"
|
| 21 |
st.write(password)
|
| 22 |
|
| 23 |
+
st.header("Output:",divider='rainbow')
|
| 24 |
|
| 25 |
st.button("ChatGPT")
|