valhalla commited on
Commit
c55fdff
1 Parent(s): 0b22a40

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -92,4 +92,4 @@ if prompt != "":
92
 
93
  st.button("Again!", key="again_button")
94
 
95
- container.markdown(f"<b><i>UI credits: <a href='https://huggingface.co/spaces/flax-community/dalle-mini'>DALL-E mini Space</a></i></b>", unsafe_allow_html=True)
92
 
93
  st.button("Again!", key="again_button")
94
 
95
+ st.write(f"<b><i>UI credits: <a href='https://huggingface.co/spaces/flax-community/dalle-mini'>DALL-E mini Space</a></i></b>", unsafe_allow_html=True)