bstraehle commited on
Commit
07e28ad
·
verified ·
1 Parent(s): 7060e87

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -71,8 +71,8 @@ def chat(message, history, openai_api_key):
71
 
72
  gr.ChatInterface(
73
  fn=chat,
74
- chatbot=gr.Chatbot(height=600),
75
- textbox=gr.Textbox(placeholder="Ask anything", container=False, scale=7),
76
  title="Python Coding Assistant",
77
  description=os.environ.get("DESCRIPTION"),
78
  #clear_btn="Clear",
 
71
 
72
  gr.ChatInterface(
73
  fn=chat,
74
+ chatbot=gr.Chatbot(height=300),
75
+ #textbox=gr.Textbox(placeholder="Ask anything", container=False, scale=7),
76
  title="Python Coding Assistant",
77
  description=os.environ.get("DESCRIPTION"),
78
  #clear_btn="Clear",