Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -248,9 +248,9 @@ with tab1:
|
|
248 |
|
249 |
|
250 |
st.header("Custom GPT Engineering Tools")
|
251 |
-
st.link_button("Green Data City
|
252 |
|
253 |
-
if st.button('Show/Hide Instructions for "Create Green Data City"'):
|
254 |
# Toggle visibility
|
255 |
st.session_state.show_instructions = not st.session_state.get('show_instructions', False)
|
256 |
|
|
|
248 |
|
249 |
|
250 |
st.header("Custom GPT Engineering Tools")
|
251 |
+
st.link_button("Custom GPT Green Data City Creation Tool (Population 10,000 to 50,000)", "https://chat.openai.com/g/g-4bPJUaHS8-create-a-green-data-village")
|
252 |
|
253 |
+
if st.button('Show/Hide Instructions for "Custom GPT Create Green Data City"'):
|
254 |
# Toggle visibility
|
255 |
st.session_state.show_instructions = not st.session_state.get('show_instructions', False)
|
256 |
|