bstraehle commited on
Commit
3e56401
·
verified ·
1 Parent(s): 0febb70

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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",