We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3c4f472 commit 50c6693Copy full SHA for 50c6693
src/app.py
@@ -17,11 +17,11 @@ def generate():
17
18
st.header("Nebulae generator")
19
st.write("""
20
-With the single page application, you can create a brand new nebula image (size 128x128 pixels).
+With this single page application, you can create a brand new nebula image (size 128x128 pixels).
21
22
The model has been trained with the **TensorFlow** library.
23
24
-Created by [Guillaume Letellier](https://guillaumeletellier-portfolio.netlify.app/).
+Created by [Guillaume Letellier](https://guillaumeletellier-portfolio.netlify.app/)
25
""")
26
if st.button("Generate new nebula"):
27
image = generate()
0 commit comments