Spaces:
Sleeping
Sleeping
Update app.py
#10
by
AIClubleader
- opened
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")
|