Spaces:
Sleeping
Sleeping
Update app.py
#5
by
NakanoMiku1
- opened
app.py
CHANGED
|
@@ -20,6 +20,8 @@ st.write("Word count:", word_count)
|
|
| 20 |
txt = st.text_area('Copy and paste your password here',
|
| 21 |
max=chars = 1000)
|
| 22 |
|
|
|
|
|
|
|
| 23 |
st.button("Submit")
|
| 24 |
|
| 25 |
st.button("ChatGPT")
|
|
|
|
| 20 |
txt = st.text_area('Copy and paste your password here',
|
| 21 |
max=chars = 1000)
|
| 22 |
|
| 23 |
+
st.header(divider='rainbow')
|
| 24 |
+
|
| 25 |
st.button("Submit")
|
| 26 |
|
| 27 |
st.button("ChatGPT")
|