themissingCRAM commited on
Commit
5ff3d91
·
1 Parent(s): 4e51d19

blocks experiment

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -136,7 +136,7 @@ if __name__ == "__main__":
136
  print(x.action_output)
137
 
138
  with gr.Blocks() as b:
139
- gr.Chatbot(type="history")
140
 
141
  input = gr.Textbox()
142
  button = gr.Button("reply")
 
136
  print(x.action_output)
137
 
138
  with gr.Blocks() as b:
139
+ gr.Chatbot(type="messages")
140
 
141
  input = gr.Textbox()
142
  button = gr.Button("reply")