Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -120,7 +120,7 @@ def vote(data: gr.LikeData):
|
|
120 |
|
121 |
gr.ChatInterface(
|
122 |
fn=chat,
|
123 |
-
chatbot=
|
124 |
textbox=gr.Textbox(placeholder="Ask anything", container=False, scale=7),
|
125 |
title="Python Code Generator",
|
126 |
description="Generate, explain, fix, optimize, document, test, help, ... Can execute code when asked to.",
|
|
|
120 |
|
121 |
gr.ChatInterface(
|
122 |
fn=chat,
|
123 |
+
chatbot=gr.Chatbot(height=300),
|
124 |
textbox=gr.Textbox(placeholder="Ask anything", container=False, scale=7),
|
125 |
title="Python Code Generator",
|
126 |
description="Generate, explain, fix, optimize, document, test, help, ... Can execute code when asked to.",
|