AIClubleader commited on
Commit
2a11d72
·
1 Parent(s): 399f088

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -20,6 +20,6 @@ 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(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
+ st.header("Output:",divider='rainbow')
24
 
25
  st.button("ChatGPT")