themissingCRAM
commited on
Commit
·
5ff3d91
1
Parent(s):
4e51d19
blocks experiment
Browse files
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="
|
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")
|