osanseviero HF staff commited on
Commit
2b4c2a9
1 Parent(s): 480c7cd

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -3
app.py CHANGED
@@ -200,12 +200,12 @@ def main():
200
  remote_css("https://fonts.googleapis.com/css2?family=Montserrat:wght@400;600&family=Poppins:wght@600&display=swap")
201
  local_css("asset/css/style.css")
202
 
203
- col1, col2 = st.beta_columns([6, 4])
204
  with col2:
205
  st.image(load_image_from_local("asset/images/chef-transformer-transparent.png"), width=300)
206
  st.markdown(meta.SIDEBAR_INFO, unsafe_allow_html=True)
207
 
208
- with st.beta_expander("Where did this story start?", expanded=True):
209
  st.markdown(meta.STORY, unsafe_allow_html=True)
210
 
211
  with col1:
@@ -274,7 +274,7 @@ def main():
274
 
275
  generated_recipe["by"] = chef
276
 
277
- r1, r2 = st.beta_columns([6, 2])
278
 
279
  with r2:
280
  # st.write(st.session_state.get_random_frame)
200
  remote_css("https://fonts.googleapis.com/css2?family=Montserrat:wght@400;600&family=Poppins:wght@600&display=swap")
201
  local_css("asset/css/style.css")
202
 
203
+ col1, col2 = st.columns([6, 4])
204
  with col2:
205
  st.image(load_image_from_local("asset/images/chef-transformer-transparent.png"), width=300)
206
  st.markdown(meta.SIDEBAR_INFO, unsafe_allow_html=True)
207
 
208
+ with st.expander("Where did this story start?", expanded=True):
209
  st.markdown(meta.STORY, unsafe_allow_html=True)
210
 
211
  with col1:
274
 
275
  generated_recipe["by"] = chef
276
 
277
+ r1, r2 = st.columns([6, 2])
278
 
279
  with r2:
280
  # st.write(st.session_state.get_random_frame)