Spaces:
Runtime error
Runtime error
Commit
·
1ed6866
1
Parent(s):
5807cae
Update app.py
Browse files
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,
|
240 |
with col1:
|
241 |
st.markdown('```sql\n' + step + '\n```')
|
242 |
with col1_25:
|
243 |
-
st.markdown("executes
|
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")
|