vpcom commited on
Commit
f6b451f
·
1 Parent(s): 728f4ca

fix: a minor mistake about the position of the argument

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -122,8 +122,8 @@ with gr.Blocks(css=CSS) as demo:
122
  )
123
 
124
  gr.ChatInterface(
125
- elem_id="chatbot",
126
  generate,
 
127
  examples=EXAMPLES,
128
  additional_inputs=additional_inputs
129
  )
 
122
  )
123
 
124
  gr.ChatInterface(
 
125
  generate,
126
+ elem_id="chatbot",
127
  examples=EXAMPLES,
128
  additional_inputs=additional_inputs
129
  )