Spaces:
Running
Running
seansullivan
commited on
Commit
•
71b50ba
1
Parent(s):
a975195
Update app.py
Browse files
app.py
CHANGED
@@ -121,7 +121,7 @@ rag_chain_with_source = RunnableParallel(
|
|
121 |
).assign(answer=rag_chain)
|
122 |
|
123 |
def generate_response(prompt):
|
124 |
-
start = "
|
125 |
st.session_state['generated'].append(start)
|
126 |
yield start
|
127 |
|
|
|
121 |
).assign(answer=rag_chain)
|
122 |
|
123 |
def generate_response(prompt):
|
124 |
+
start = ""
|
125 |
st.session_state['generated'].append(start)
|
126 |
yield start
|
127 |
|