hassiahk commited on
Commit
93bc290
1 Parent(s): 7a6388a

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -0
app.py CHANGED
@@ -119,4 +119,7 @@ with st.spinner("Rendering Image, it may take 2-3 mins. So, why don't you read o
119
  w, _ = im.size
120
  new_w = int(2 * w)
121
  im = im.resize(size=(new_w, new_w))
 
 
 
122
  st.image(im, use_column_width="auto")
 
119
  w, _ = im.size
120
  new_w = int(2 * w)
121
  im = im.resize(size=(new_w, new_w))
122
+ st.markdown(
123
+ """<h4 style='text-align: center'>DietNerF</h4>""", unsafe_allow_html=True
124
+ )
125
  st.image(im, use_column_width="auto")