From 561dfd3620b235fe9276c199cb20b3ce397430f0 Mon Sep 17 00:00:00 2001 From: Russell Ballestrini Date: Thu, 20 Mar 2025 21:04:44 -0400 Subject: [PATCH] modified: black_forest_streamlit.py --- black_forest_streamlit.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/black_forest_streamlit.py b/black_forest_streamlit.py index d91f503..89e9e16 100644 --- a/black_forest_streamlit.py +++ b/black_forest_streamlit.py @@ -381,7 +381,7 @@ else: model, gen_time, ) in st.session_state.generated_images: - st.image(filepath, caption=f"Prompt: {prompt_text}", use_column_width=True) + st.image(filepath, caption=f"Prompt: {prompt_text}", use_container_width=True) st.write(f"**Seed**: {seed}") st.write(f"**Model**: {model}") st.write(f"**Generated**: {gen_time.strftime('%Y-%m-%d %H:%M:%S')}")