eaglelandsonce commited on
Commit
56ff123
·
verified ·
1 Parent(s): c83b0ce

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
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 JSON Data Creation for 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 "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