Update app.py
Browse files
app.py
CHANGED
@@ -305,7 +305,8 @@ def display_python_parts():
|
|
305 |
for part, content in python_parts.items():
|
306 |
with st.expander(f"{content['emoji']} {part} - {content['details']}", expanded=False):
|
307 |
if st.button(f"Show Example for {part}", key=f"example_{part}"):
|
308 |
-
example = "Write three
|
|
|
309 |
example_placeholders[part] = example
|
310 |
response = chat_with_model('Create detailed python script code example scripts with input data as python data structures and real URLs like wikipedia without functions for:' + example_placeholders[part], part)
|
311 |
st.code(response, language="python")
|
|
|
305 |
for part, content in python_parts.items():
|
306 |
with st.expander(f"{content['emoji']} {part} - {content['details']}", expanded=False):
|
307 |
if st.button(f"Show Example for {part}", key=f"example_{part}"):
|
308 |
+
example = "Write three VERY DESCRIPTIVE MAP SUMMARIES FOR CITIES AND POINTS OF INTEREST FOR DEER HUNTING LIKE HOTELS, FORESTS, REGIONAL BEHAVIOR OF WHITE TAIL DEER FOR MINOQUA INCLUDING FARMERS ALMANC REPORTS AND GUIDES TO LURING DEER LIKE NATIVE AMERICANS DID. sHOW ALL ORIGIN OF TERMS IN INDIAN LANGUAGES AND WHAT THEY MEAN NEAR MINOQUA WISCONSIN
|
309 |
+
" + part
|
310 |
example_placeholders[part] = example
|
311 |
response = chat_with_model('Create detailed python script code example scripts with input data as python data structures and real URLs like wikipedia without functions for:' + example_placeholders[part], part)
|
312 |
st.code(response, language="python")
|