juanmartip95 commited on
Commit
b376781
1 Parent(s): 2246033

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -105,7 +105,7 @@ with gr.Blocks(theme=gr.themes.Default(text_size="sm"),css=css) as demo:
105
  pedido.click(WA, inputs=history,outputs=pedido)
106
 
107
  clear.click(lambda: None, None, chatbot, queue=False)
108
- history_box = gr.Textbox()
109
- history_button.click(history, inputs=chatbot, outputs=history_box)
110
  gr.close_all()
111
  demo.launch()
 
105
  pedido.click(WA, inputs=history,outputs=pedido)
106
 
107
  clear.click(lambda: None, None, chatbot, queue=False)
108
+ #history_box = gr.Textbox()
109
+ #history_button.click(history, inputs=chatbot, outputs=history_box)
110
  gr.close_all()
111
  demo.launch()