aixsatoshi commited on
Commit
1329588
·
verified ·
1 Parent(s): 28486b4

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -86,8 +86,8 @@ demo = gr.ChatInterface(
86
  fn=predict,
87
  title="Honyaku-13b webui",
88
  description="Translate using Honyaku-13b model",
89
- chatbot=gr.Chatbot(height=500),
90
- textbox=gr.Textbox(placeholder="Ask me a yes or no question", container=False, scale=7),
91
  theme="soft",
92
  retry_btn=None,
93
  undo_btn="Delete Previous",
 
86
  fn=predict,
87
  title="Honyaku-13b webui",
88
  description="Translate using Honyaku-13b model",
89
+ chatbot=gr.Chatbot(height=700),
90
+ textbox=gr.Textbox(lines=10,placeholder="Ask me a yes or no question", container=False, scale=7),
91
  theme="soft",
92
  retry_btn=None,
93
  undo_btn="Delete Previous",