omarsol commited on
Commit
bd70582
Β·
1 Parent(s): 352cf53

fill height

Browse files
Files changed (1) hide show
  1. scripts/main.py +3 -3
scripts/main.py CHANGED
@@ -271,7 +271,7 @@ with gr.Blocks(
271
  )
272
  chatbot = gr.Chatbot(
273
  type="messages",
274
- scale=8,
275
  placeholder="<strong>Towards AI πŸ€–: A Question-Answering Bot for anything AI-related</strong><br>",
276
  show_label=False,
277
  show_copy_button=True,
@@ -283,8 +283,8 @@ with gr.Blocks(
283
  chatbot=chatbot,
284
  additional_inputs=[sources, model, memory],
285
  additional_inputs_accordion=accordion,
286
- fill_height=True,
287
- fill_width=True,
288
  analytics_enabled=True,
289
  )
290
 
 
271
  )
272
  chatbot = gr.Chatbot(
273
  type="messages",
274
+ scale=20,
275
  placeholder="<strong>Towards AI πŸ€–: A Question-Answering Bot for anything AI-related</strong><br>",
276
  show_label=False,
277
  show_copy_button=True,
 
283
  chatbot=chatbot,
284
  additional_inputs=[sources, model, memory],
285
  additional_inputs_accordion=accordion,
286
+ # fill_height=True,
287
+ # fill_width=True,
288
  analytics_enabled=True,
289
  )
290