im commited on
Commit ·
8af2224
1
Parent(s): 6cd294b
add img
Browse files
app.py
CHANGED
|
@@ -189,7 +189,7 @@ def main() -> None:
|
|
| 189 |
if 'content' not in st.session_state:
|
| 190 |
init_session()
|
| 191 |
st.header("Doodle")
|
| 192 |
-
st.image("./assets/doodle.jpg")
|
| 193 |
description = """\
|
| 194 |
Meet 'Doodle,' your shortcut to understanding the web! Got a lengthy article you're eyeing?
|
| 195 |
Just paste the link, and in an instant, Doodle delivers a crisp summary and intriguing questions for you to
|
|
|
|
| 189 |
if 'content' not in st.session_state:
|
| 190 |
init_session()
|
| 191 |
st.header("Doodle")
|
| 192 |
+
st.image("./assets/doodle-img.jpg")
|
| 193 |
description = """\
|
| 194 |
Meet 'Doodle,' your shortcut to understanding the web! Got a lengthy article you're eyeing?
|
| 195 |
Just paste the link, and in an instant, Doodle delivers a crisp summary and intriguing questions for you to
|