wang2616wei commited on
Commit
305b0b5
·
1 Parent(s): 4f15ff1

Update app.py

Browse files

Change the two in put bottom

Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -16,7 +16,8 @@ st.subheader("Word count")
16
  word_count = st.slider("How long would you like your summary?", 10, 200)
17
  st.write("Word count:", word_count)
18
 
19
- st.button("Submit")
 
20
 
21
 
22
 
 
16
  word_count = st.slider("How long would you like your summary?", 10, 200)
17
  st.write("Word count:", word_count)
18
 
19
+ st.button("Use Chap GPT")
20
+ st.button("Other free AI")
21
 
22
 
23