Spaces:
Sleeping
Sleeping
Commit ·
305b0b5
1
Parent(s): 4f15ff1
Update app.py
Browse filesChange the two in put bottom
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("
|
|
|
|
| 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 |
|