tianbaoxiexxx commited on
Commit
1ed6866
·
1 Parent(s): 5807cae

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -236,11 +236,11 @@ try:
236
  col1, _, _ = st.columns([7, 1, 2])
237
  with col1:
238
  st.markdown(f'**Step#{i + 1}**')
239
- col1, col1_25, col1_5, col2, col3 = st.columns([4, 0.3, 2.7, 1, 2])
240
  with col1:
241
  st.markdown('```sql\n' + step + '\n```')
242
  with col1_25:
243
- st.markdown("executes on")
244
  with col1_5:
245
  if i == len(steps) - 1:
246
  st.markdown("Full table")
 
236
  col1, _, _ = st.columns([7, 1, 2])
237
  with col1:
238
  st.markdown(f'**Step#{i + 1}**')
239
+ col1, col1_25, col1_5, col2, col3 = st.columns([4, 1.3, 2.7, 0.5, 2])
240
  with col1:
241
  st.markdown('```sql\n' + step + '\n```')
242
  with col1_25:
243
+ st.markdown("executes\non")
244
  with col1_5:
245
  if i == len(steps) - 1:
246
  st.markdown("Full table")