Zahid0123 commited on
Commit
dca21eb
·
verified ·
1 Parent(s): 356d291

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -4
app.py CHANGED
@@ -248,8 +248,7 @@ def create_interface():
248
  # Chat Interface
249
  chatbot = gr.Chatbot(
250
  label="💬 Chat",
251
- height=500,
252
- type="tuples"
253
  )
254
 
255
  with gr.Row():
@@ -363,8 +362,7 @@ def create_interface():
363
  apply_btn = gr.Button(
364
  "⚡ Apply Settings",
365
  variant="primary",
366
- size="lg",
367
- full_width=True
368
  )
369
 
370
  # Settings Status
 
248
  # Chat Interface
249
  chatbot = gr.Chatbot(
250
  label="💬 Chat",
251
+ height=500
 
252
  )
253
 
254
  with gr.Row():
 
362
  apply_btn = gr.Button(
363
  "⚡ Apply Settings",
364
  variant="primary",
365
+ size="lg"
 
366
  )
367
 
368
  # Settings Status