hassiahk commited on
Commit
fcd5d84
1 Parent(s): d4be6e9

Change info to spinner

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -141,7 +141,7 @@ diet_nerf_model, diet_nerf_state = fetch_diet_nerf_model()
141
  st.markdown("")
142
 
143
  with st.spinner("Rendering view..."):
144
- with st.info(
145
  ":information_source: **INFO**: It may take around 1-2 mins to render the view. "
146
  "In the meantime, why don't you take a look at our "
147
  "[project report](https://www.notion.so/DietNeRF-Putting-NeRF-on-a-Diet-4aeddae95d054f1d91686f02bdb74745), "
 
141
  st.markdown("")
142
 
143
  with st.spinner("Rendering view..."):
144
+ with st.spinner(
145
  ":information_source: **INFO**: It may take around 1-2 mins to render the view. "
146
  "In the meantime, why don't you take a look at our "
147
  "[project report](https://www.notion.so/DietNeRF-Putting-NeRF-on-a-Diet-4aeddae95d054f1d91686f02bdb74745), "