arif670 commited on
Commit
ff37a9f
·
verified ·
1 Parent(s): 9973c35

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -3
app.py CHANGED
@@ -286,9 +286,9 @@ def main():
286
 
287
  # Task Entry
288
  elif menu == "📥 Task Entry":
289
- with st.form(key="task_form", clear_on_submit=True):
290
- st.subheader("➕ Add New Task")
291
- col1, col2 = st.columns(2)
292
 
293
  # Left Column
294
  with col1:
 
286
 
287
  # Task Entry
288
  elif menu == "📥 Task Entry":
289
+ with st.form(key="task_form", clear_on_submit=True):
290
+ st.subheader("➕ Add New Task")
291
+ col1, col2 = st.columns(2)
292
 
293
  # Left Column
294
  with col1: