Update app.py
Browse files
app.py
CHANGED
@@ -127,7 +127,7 @@ def reset_callback():
|
|
127 |
st.session_state["image"] = None
|
128 |
|
129 |
def main():
|
130 |
-
st.title("
|
131 |
|
132 |
# Input field for the prompt, tied to session state
|
133 |
st.text_input(
|
|
|
127 |
st.session_state["image"] = None
|
128 |
|
129 |
def main():
|
130 |
+
st.title("Stxtement | Image Generation")
|
131 |
|
132 |
# Input field for the prompt, tied to session state
|
133 |
st.text_input(
|