bstraehle commited on
Commit
8b35ca4
1 Parent(s): 2e1bbbd

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -63,7 +63,7 @@ def chat(message, history):
63
 
64
  gr.ChatInterface(
65
  fn=chat,
66
- chatbot=gr.Chatbot(height=300),
67
  textbox=gr.Textbox(placeholder="Ask anything", container=False, scale=7),
68
  title="Python Coding Assistant",
69
  description=os.environ.get("DESCRIPTION"),
 
63
 
64
  gr.ChatInterface(
65
  fn=chat,
66
+ chatbot=gr.Chatbot(height=250),
67
  textbox=gr.Textbox(placeholder="Ask anything", container=False, scale=7),
68
  title="Python Coding Assistant",
69
  description=os.environ.get("DESCRIPTION"),