Spaces:
Sleeping
Sleeping
Commit ·
5684259
1
Parent(s): 80fe636
Update app.py
Browse files
app.py
CHANGED
|
@@ -21,6 +21,6 @@ password = st.text_input('Enter your password', max_chars=50, type="password")
|
|
| 21 |
st.write(password)
|
| 22 |
|
| 23 |
|
| 24 |
-
st.header("Output:", divider=True
|
| 25 |
|
| 26 |
st.button("ChatGPT summariser")
|
|
|
|
| 21 |
st.write(password)
|
| 22 |
|
| 23 |
|
| 24 |
+
## st.header("Output:", divider=True ## seems like a version conflict here, to-do
|
| 25 |
|
| 26 |
st.button("ChatGPT summariser")
|