Spaces:
Running
Running
Update app.py
Browse files
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/
|
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")
|