rasmodev commited on
Commit
c64d12f
·
1 Parent(s): 318b7fb

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -40,7 +40,7 @@ data_fields = {
40
  }
41
 
42
  # Organize input fields into two columns
43
- col1, col2 = st.beta_columns(2)
44
 
45
  # Function to preprocess input data
46
  def preprocess_input_data(input_data):
 
40
  }
41
 
42
  # Organize input fields into two columns
43
+ col1, col2 = st.columns(2)
44
 
45
  # Function to preprocess input data
46
  def preprocess_input_data(input_data):