Spaces:
Runtime error
Runtime error
Commit
·
63c9137
1
Parent(s):
1ed6866
Update app.py
Browse files
app.py
CHANGED
|
@@ -236,7 +236,7 @@ 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, 1
|
| 240 |
with col1:
|
| 241 |
st.markdown('```sql\n' + step + '\n```')
|
| 242 |
with col1_25:
|
|
|
|
| 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, 2, 1, 2])
|
| 240 |
with col1:
|
| 241 |
st.markdown('```sql\n' + step + '\n```')
|
| 242 |
with col1_25:
|