tonyassi commited on
Commit
767e708
β€’
1 Parent(s): 23a9307

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -91,6 +91,6 @@ with gr.Blocks() as demo:
91
 
92
  # Input textbox event handlers
93
  textbox1.submit(echo, [textbox1, chatbot1, system_prompt_textbox1], [textbox1, chatbot1])
94
- textbox2.submit(echo, [textbox2, chatbot2, system_prompt_textbox2'], [textbox2, chatbot2])
95
 
96
  demo.launch()
 
91
 
92
  # Input textbox event handlers
93
  textbox1.submit(echo, [textbox1, chatbot1, system_prompt_textbox1], [textbox1, chatbot1])
94
+ textbox2.submit(echo, [textbox2, chatbot2, system_prompt_textbox2], [textbox2, chatbot2])
95
 
96
  demo.launch()