bstraehle commited on
Commit
7040a21
·
verified ·
1 Parent(s): fef57dd

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -71,7 +71,7 @@ def chat(message, history, openai_api_key):
71
 
72
  gr.ChatInterface(
73
  fn=chat,
74
- chatbot=gr.Chatbot(height=600),
75
  title="Python Coding Assistant",
76
  description=os.environ.get("DESCRIPTION"),
77
  examples=[
 
71
 
72
  gr.ChatInterface(
73
  fn=chat,
74
+ chatbot=gr.Chatbot(height=300),
75
  title="Python Coding Assistant",
76
  description=os.environ.get("DESCRIPTION"),
77
  examples=[