Update app.py
Browse files
app.py
CHANGED
@@ -48,7 +48,7 @@ def generate_image(api_key, prompt, aspect_ratio, mode, model, seed, output_form
|
|
48 |
return response
|
49 |
|
50 |
def main():
|
51 |
-
st.image("static/SD3_webui_logo_image.png",
|
52 |
|
53 |
if 'api_key' not in st.session_state:
|
54 |
st.session_state.api_key = ""
|
|
|
48 |
return response
|
49 |
|
50 |
def main():
|
51 |
+
st.image("static/SD3_webui_logo_image.png", width=700)
|
52 |
|
53 |
if 'api_key' not in st.session_state:
|
54 |
st.session_state.api_key = ""
|