themissingCRAM commited on
Commit
d7a9fb6
·
1 Parent(s): fa5fd6a

blocks experiment

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -133,7 +133,7 @@ if __name__ == "__main__":
133
  print(text)
134
  x = agent.run(text)
135
  print(type(x))
136
- print(x.action_output)
137
 
138
  with gr.Blocks() as b:
139
  chatbot = gr.Chatbot(type="messages")
 
133
  print(text)
134
  x = agent.run(text)
135
  print(type(x))
136
+ print(x)
137
 
138
  with gr.Blocks() as b:
139
  chatbot = gr.Chatbot(type="messages")