Spaces:
Sleeping
Sleeping
Commit ·
37148d1
1
Parent(s): 2b79d0e
Update app.py (#5)
Browse files- Update app.py (55b5e4eece6c0cbd4a6cc1d5e870d08e89f758c9)
Co-authored-by: David <NakanoMiku1@users.noreply.huggingface.co>
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")
|