Update app.py
Browse files
app.py
CHANGED
|
@@ -39,7 +39,7 @@ def format_elapsed_time(time):
|
|
| 39 |
return "{:.2f}".format(time)
|
| 40 |
|
| 41 |
# Layout with three columns
|
| 42 |
-
col1, col2, col3 = st.columns([1,
|
| 43 |
|
| 44 |
# Left Column: Variables and Settings
|
| 45 |
with col1:
|
|
|
|
| 39 |
return "{:.2f}".format(time)
|
| 40 |
|
| 41 |
# Layout with three columns
|
| 42 |
+
col1, col2, col3 = st.columns([1, 8, 1], gap="small") # Adjusted width ratios for better centering
|
| 43 |
|
| 44 |
# Left Column: Variables and Settings
|
| 45 |
with col1:
|