Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -139,7 +139,8 @@ Guided to his mentor, Dr. Maya Lior, a pioneer in urban data ecosystems, their d
|
|
139 |
Dr. Lior explained data analytics and green technologies were intricately woven into the city's infrastructure, and how they used
|
140 |
a Custom GPT called Green Data City to create the design.
|
141 |
|
142 |
-
To interact with the Green Data City design tool click the button below.
|
|
|
143 |
"""
|
144 |
|
145 |
|
@@ -250,7 +251,7 @@ with tab1:
|
|
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
|
254 |
# Toggle visibility
|
255 |
st.session_state.show_instructions = not st.session_state.get('show_instructions', False)
|
256 |
|
|
|
139 |
Dr. Lior explained data analytics and green technologies were intricately woven into the city's infrastructure, and how they used
|
140 |
a Custom GPT called Green Data City to create the design.
|
141 |
|
142 |
+
To interact with the Custon GPT Green Data City design tool click the button below. Additionally, to see how it was built
|
143 |
+
toggle the Explanation of Custom GPT "Create Green Data City" button.
|
144 |
"""
|
145 |
|
146 |
|
|
|
251 |
st.header("Custom GPT Engineering Tools")
|
252 |
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")
|
253 |
|
254 |
+
if st.button('Show/Hide Explanation of "Custom GPT Create Green Data City"'):
|
255 |
# Toggle visibility
|
256 |
st.session_state.show_instructions = not st.session_state.get('show_instructions', False)
|
257 |
|