Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -155,7 +155,7 @@ gr.ChatInterface(
|
|
155 |
chatbot=gr.Chatbot(height=350),
|
156 |
textbox=gr.Textbox(placeholder="Ask anything", container=False, scale=7),
|
157 |
title="Python Code Generator",
|
158 |
-
description="The assistant can generate, explain, fix, optimize, document, test, and generally help with code. It can also execute code.",
|
159 |
examples=[
|
160 |
["Generate: NumPy/Pandas/Matplotlib & yfinance trading app"],
|
161 |
["Explain: r'^(?=.*[A-Z])(?=.*[a-z])(?=.*[0-9])(?=.*[\\W]).{8,}$'"],
|
|
|
155 |
chatbot=gr.Chatbot(height=350),
|
156 |
textbox=gr.Textbox(placeholder="Ask anything", container=False, scale=7),
|
157 |
title="Python Code Generator",
|
158 |
+
description="The assistant can generate code, explain, fix, optimize, document, test, and generally help with code. It can also execute code.",
|
159 |
examples=[
|
160 |
["Generate: NumPy/Pandas/Matplotlib & yfinance trading app"],
|
161 |
["Explain: r'^(?=.*[A-Z])(?=.*[a-z])(?=.*[0-9])(?=.*[\\W]).{8,}$'"],
|