svjack commited on
Commit
16be967
1 Parent(s): 6a9ba1c

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -312,7 +312,7 @@ with gr.Blocks(css = "custom.css") as few_shot_demo:
312
  #value = context_df_value,
313
  headers = ["User", "Assistant"],
314
  col_count = 2,
315
- row_count = 16,
316
  #label = "You can input mannally, or click below examples, every example has its own model space that you can lookup",
317
  )
318
 
@@ -321,7 +321,7 @@ with gr.Blocks(css = "custom.css") as few_shot_demo:
321
  clear = gr.Button("Clear")
322
 
323
  with gr.Column():
324
- chatbot = gr.Chatbot(height = 512 + 64)
325
  '''
326
  with gr.Row():
327
  with gr.Column():
 
312
  #value = context_df_value,
313
  headers = ["User", "Assistant"],
314
  col_count = 2,
315
+ row_count = 8,
316
  #label = "You can input mannally, or click below examples, every example has its own model space that you can lookup",
317
  )
318
 
 
321
  clear = gr.Button("Clear")
322
 
323
  with gr.Column():
324
+ chatbot = gr.Chatbot(height = 256)
325
  '''
326
  with gr.Row():
327
  with gr.Column():