67Ayush87 commited on
Commit
b99f29d
·
verified ·
1 Parent(s): cc1d4de

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -58,7 +58,7 @@ with col4:
58
  col5, col6 = st.columns(2)
59
  with col5:
60
  if st.button("Excel"):
61
- st.switch_page("pages/excel.py")
62
  with col6:
63
  if st.button("SQL"):
64
  st.switch_page("pages/sql.py")
 
58
  col5, col6 = st.columns(2)
59
  with col5:
60
  if st.button("Excel"):
61
+ st.switch_page("pages/gen_ai.py")
62
  with col6:
63
  if st.button("SQL"):
64
  st.switch_page("pages/sql.py")