We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2f3d7a9 commit 755fc29Copy full SHA for 755fc29
hackerParents/hackerParents.py
@@ -163,8 +163,8 @@ def get_text_from_url(url):
163
options_text.append(text)
164
current_date = datetime.now().strftime("%Y-%m-%d")
165
st.markdown(f"Successfully retrieved content from {option_url} dated {current_date}", unsafe_allow_html=True)
166
-else:
167
- options_text = options
+ else:
+ options_text = options
168
169
prompt = f"Based on {persona_text} check against {options_text} and return a response for {' '.join([f'{m[0]}: {m[1]}' for m in chat_history])}. "
170
0 commit comments