bhaskartripathi commited on
Commit
ceb58d9
·
verified ·
1 Parent(s): db76736

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -2
app.py CHANGED
@@ -273,8 +273,6 @@ with gr.Blocks(css="""#chatbot { font-size: 14px; min-height: 1200; }""") as dem
273
  )
274
  btn = gr.Button(value='Submit')
275
 
276
- btn.style(full_width=True)
277
-
278
  with gr.Group():
279
  chatbot = gr.Chatbot(placeholder="Chat History", label="Chat History", lines=50, elem_id="chatbot")
280
 
 
273
  )
274
  btn = gr.Button(value='Submit')
275
 
 
 
276
  with gr.Group():
277
  chatbot = gr.Chatbot(placeholder="Chat History", label="Chat History", lines=50, elem_id="chatbot")
278