Aabbhishekk
commited on
Commit
•
6d70789
1
Parent(s):
1eba77b
Update app.py
Browse files
app.py
CHANGED
@@ -153,7 +153,7 @@ def main():
|
|
153 |
output_container = st.empty()
|
154 |
if submit_clicked:
|
155 |
st_callback = StreamlitCallbackHandler(st.container())
|
156 |
-
response =
|
157 |
st.write(response)
|
158 |
# output_container = output_container.container()
|
159 |
# output_container.chat_message("user").write(user_input)
|
|
|
153 |
output_container = st.empty()
|
154 |
if submit_clicked:
|
155 |
st_callback = StreamlitCallbackHandler(st.container())
|
156 |
+
response = agent.run(user_input,callbacks = [st_callback])
|
157 |
st.write(response)
|
158 |
# output_container = output_container.container()
|
159 |
# output_container.chat_message("user").write(user_input)
|