svjack commited on
Commit
7dbbcfc
1 Parent(s): dfce964

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -322,7 +322,7 @@ with gr.Blocks(css = "custom.css") as few_shot_demo:
322
 
323
  with gr.Column():
324
  chatbot = gr.Chatbot(height = 512 + 64)
325
-
326
  with gr.Row():
327
  with gr.Column():
328
  markdown_exp_size = "#####"
@@ -769,6 +769,7 @@ with gr.Blocks(css = "custom.css") as few_shot_demo:
769
  inputs = context_df,
770
  label = "svjack/bloom-daliy-dialogue-english"
771
  )
 
772
 
773
  sub_button.click(user, [context_df, chatbot], chatbot, queue=False).then(
774
  bot, chatbot, chatbot
 
322
 
323
  with gr.Column():
324
  chatbot = gr.Chatbot(height = 512 + 64)
325
+ '''
326
  with gr.Row():
327
  with gr.Column():
328
  markdown_exp_size = "#####"
 
769
  inputs = context_df,
770
  label = "svjack/bloom-daliy-dialogue-english"
771
  )
772
+ '''
773
 
774
  sub_button.click(user, [context_df, chatbot], chatbot, queue=False).then(
775
  bot, chatbot, chatbot