Harshveer commited on
Commit
e60e5d9
·
verified ·
1 Parent(s): cf002fc

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -79,8 +79,8 @@ demo = gr.ChatInterface(
79
  ],
80
  additional_inputs_accordion=gr.Accordion(open=True),
81
  theme=gr.themes.Soft(),
82
- retry_btn=None;
83
- undo_btn=None;
84
  )
85
 
86
 
 
79
  ],
80
  additional_inputs_accordion=gr.Accordion(open=True),
81
  theme=gr.themes.Soft(),
82
+ retry_btn=None,
83
+ undo_btn=None,
84
  )
85
 
86