abhilashnl2006 commited on
Commit
4f4ee10
·
verified ·
1 Parent(s): f3dd325

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -48,7 +48,7 @@ with gr.Blocks() as demo:
48
  show_label=False,
49
  placeholder="Type your message here...",
50
  lines=1
51
- ).style(container=False)
52
  user_input.submit(respond, [user_input, state], [user_input, chatbot, state])
53
 
54
  # Launch the app
 
48
  show_label=False,
49
  placeholder="Type your message here...",
50
  lines=1
51
+ )
52
  user_input.submit(respond, [user_input, state], [user_input, chatbot, state])
53
 
54
  # Launch the app