Spaces:
Running
Running
Update app.py
Browse files
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=
|
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=[
|