Update app.py
Browse files
app.py
CHANGED
|
@@ -40,7 +40,7 @@ data_fields = {
|
|
| 40 |
}
|
| 41 |
|
| 42 |
# Organize input fields into two columns
|
| 43 |
-
col1, col2 = st.
|
| 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):
|