sharmavaruncs commited on
Commit
13d2f72
·
1 Parent(s): c20d690

added buttons side by side

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -434,7 +434,7 @@ def process_file(ser_model,tokenizer,gpt_model,gpt_tokenizer):
434
  st.markdown(f"<div class='mobile-screen' style='font-size: 24px;'>{txt} </div>", unsafe_allow_html=True)
435
 
436
  # Create two columns for the buttons
437
- col1, col2 = st.beta_columns(2)
438
 
439
  # Store the value of emo in the session state
440
  st.session_state.emo = emo
 
434
  st.markdown(f"<div class='mobile-screen' style='font-size: 24px;'>{txt} </div>", unsafe_allow_html=True)
435
 
436
  # Create two columns for the buttons
437
+ col1, col2 = st.columns([1,1])
438
 
439
  # Store the value of emo in the session state
440
  st.session_state.emo = emo