davidfearne commited on
Commit
22f5fe6
·
verified ·
1 Parent(s): 0c7dc6f

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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, 3, 1], gap="small") # Adjusted width ratios for better centering
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: