Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -63,7 +63,7 @@ def chat(message, history):
|
|
63 |
|
64 |
gr.ChatInterface(
|
65 |
fn=chat,
|
66 |
-
chatbot=gr.Chatbot(height=
|
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=300),
|
67 |
textbox=gr.Textbox(placeholder="Ask anything", container=False, scale=7),
|
68 |
title="Python Coding Assistant",
|
69 |
description=os.environ.get("DESCRIPTION"),
|