greyfoss commited on
Commit
e386583
·
verified ·
1 Parent(s): 7b49d27

Update app.py

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