MackinationsAi commited on
Commit
4581d46
·
verified ·
1 Parent(s): 86658ed

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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", use_column_width=True)
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 = ""