Antoine245 commited on
Commit
ffdaf81
·
1 Parent(s): 0fb8090

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -22,8 +22,8 @@ examples = [
22
  ]
23
  ]
24
 
25
- user_input = ['']
26
- chat_history = ['']
27
 
28
 
29
  with gr.Blocks() as demo:
 
22
  ]
23
  ]
24
 
25
+ user_message = ['']
26
+ history = ['']
27
 
28
 
29
  with gr.Blocks() as demo: