Skip to content

Commit 755fc29

Browse files
authored
Update hackerParents.py
1 parent 2f3d7a9 commit 755fc29

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

hackerParents/hackerParents.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -163,8 +163,8 @@ def get_text_from_url(url):
163163
options_text.append(text)
164164
current_date = datetime.now().strftime("%Y-%m-%d")
165165
st.markdown(f"Successfully retrieved content from {option_url} dated {current_date}", unsafe_allow_html=True)
166-
else:
167-
options_text = options
166+
else:
167+
options_text = options
168168

169169
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])}. "
170170

0 commit comments

Comments
 (0)