Files changed (1) hide show
  1. app.py +2 -0
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")