greyfoss commited on
Commit
ee072dd
1 Parent(s): 9eb29f6

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -85,7 +85,7 @@ def gradio(model, tokenizer):
85
 
86
  return generated
87
 
88
- bot = gr.Chatbot(show_copy_button=True, show_share_button=True)
89
 
90
  with gr.Blocks() as demo:
91
  gr.Markdown("GPT2 chatbot | Powered by nlp-greyfoss")
 
85
 
86
  return generated
87
 
88
+ bot = gr.Chatbot(show_copy_button=True, show_share_button=True, height="2000")
89
 
90
  with gr.Blocks() as demo:
91
  gr.Markdown("GPT2 chatbot | Powered by nlp-greyfoss")