Files changed (1) hide show
  1. app.py +3 -2
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.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
 
24
+ st.header("Output:", divider=True)
25
+
26
+ st.button("ChatGPT summariser")