Spaces:
Sleeping
Sleeping
Update app.py
#11
by
AIClubleader
- opened
app.py
CHANGED
|
@@ -20,6 +20,7 @@ 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("Output:",divider='rainbow')
|
| 24 |
|
| 25 |
-
st.
|
|
|
|
|
|
|
|
|
| 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 |
|
| 24 |
+
st.header("Output:", divider=True)
|
| 25 |
+
|
| 26 |
+
st.button("ChatGPT summariser")
|