Skip to content

Commit 50c6693

Browse files
committed
typo: app
1 parent 3c4f472 commit 50c6693

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/app.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,11 +17,11 @@ def generate():
1717

1818
st.header("Nebulae generator")
1919
st.write("""
20-
With the single page application, you can create a brand new nebula image (size 128x128 pixels).
20+
With this single page application, you can create a brand new nebula image (size 128x128 pixels).
2121
2222
The model has been trained with the **TensorFlow** library.
2323
24-
Created by [Guillaume Letellier](https://guillaumeletellier-portfolio.netlify.app/).
24+
Created by [Guillaume Letellier](https://guillaumeletellier-portfolio.netlify.app/)
2525
""")
2626
if st.button("Generate new nebula"):
2727
image = generate()

0 commit comments

Comments
 (0)