Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -158,7 +158,7 @@ gr.ChatInterface(
|
|
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\"
|
162 |
["Fix: x = [5, 2, 1, 3, 4]; print(x.sort())"],
|
163 |
["Optimize: x = []; for i in range(0, 10000): x.append(i)"],
|
164 |
["Execute: Print the first 25 Fibbonaci numbers"],
|
|
|
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,}$\""],
|
162 |
["Fix: x = [5, 2, 1, 3, 4]; print(x.sort())"],
|
163 |
["Optimize: x = []; for i in range(0, 10000): x.append(i)"],
|
164 |
["Execute: Print the first 25 Fibbonaci numbers"],
|