shukdevdatta123 commited on
Commit
368764e
·
verified ·
1 Parent(s): b6a7338

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -40,7 +40,7 @@ if api_key:
40
 
41
  # Display the image
42
  st.image(image_url, caption="Generated Image", use_container_width=True)
43
- st.write("Image URL: " + image_url)
44
  except Exception as e:
45
  st.error(f"An error occurred: {e}")
46
  else:
 
40
 
41
  # Display the image
42
  st.image(image_url, caption="Generated Image", use_container_width=True)
43
+ # st.write("Image URL: " + image_url)
44
  except Exception as e:
45
  st.error(f"An error occurred: {e}")
46
  else: