Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -128,7 +128,7 @@ def vote(data: gr.LikeData):
|
|
128 |
gr.ChatInterface(
|
129 |
fn=chat,
|
130 |
chatbot=gr.Chatbot(height=300),
|
131 |
-
textbox=gr.Textbox(placeholder="Ask anything", container=False, scale=7),
|
132 |
title="Python Code Generator",
|
133 |
description="Generate, explain, fix, optimize, document, test, help, ... Can execute code when asked to.",
|
134 |
clear_btn="Clear",
|
|
|
128 |
gr.ChatInterface(
|
129 |
fn=chat,
|
130 |
chatbot=gr.Chatbot(height=300),
|
131 |
+
#textbox=gr.Textbox(placeholder="Ask anything", container=False, scale=7),
|
132 |
title="Python Code Generator",
|
133 |
description="Generate, explain, fix, optimize, document, test, help, ... Can execute code when asked to.",
|
134 |
clear_btn="Clear",
|