Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -57,7 +57,7 @@ with col4:
|
|
57 |
|
58 |
col5, col6 = st.columns(2)
|
59 |
with col5:
|
60 |
-
if st.button("
|
61 |
st.switch_page("pages/gen_ai.py")
|
62 |
with col6:
|
63 |
if st.button("SQL"):
|
|
|
57 |
|
58 |
col5, col6 = st.columns(2)
|
59 |
with col5:
|
60 |
+
if st.button("GenAI"):
|
61 |
st.switch_page("pages/gen_ai.py")
|
62 |
with col6:
|
63 |
if st.button("SQL"):
|