Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -160,7 +160,7 @@ if st.session_state.base_url != "":
|
|
160 |
llm_chain = create_chain(retriever)
|
161 |
|
162 |
# We take questions/instructions from the chat input to pass to the LLM
|
163 |
-
if user_prompt := st.chat_input("
|
164 |
|
165 |
# Add our input to the session state
|
166 |
st.session_state.messages.append(
|
|
|
160 |
llm_chain = create_chain(retriever)
|
161 |
|
162 |
# We take questions/instructions from the chat input to pass to the LLM
|
163 |
+
if user_prompt := st.chat_input("https://raw.githubusercontent.com/grantjw/aesop-review/main/output_transcripts.csv", key="user_input"):
|
164 |
|
165 |
# Add our input to the session state
|
166 |
st.session_state.messages.append(
|