greyfoss commited on
Commit
0a4b19f
·
verified ·
1 Parent(s): ac50f75

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -79,7 +79,7 @@ def gradio(model, tokenizer):
79
 
80
  return text
81
 
82
- bot = gr.Chatbot(show_copy_button=True, show_share_button=True, scroll_to_output=True, height="1000")
83
 
84
  with gr.Blocks() as demo:
85
  gr.Markdown("GPT2 chatbot | Powered by nlp-greyfoss")
 
79
 
80
  return text
81
 
82
+ bot = gr.Chatbot(show_copy_button=True, show_share_button=True, height="2000")
83
 
84
  with gr.Blocks() as demo:
85
  gr.Markdown("GPT2 chatbot | Powered by nlp-greyfoss")