bstraehle commited on
Commit
5b13062
1 Parent(s): c1c6b72

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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\""^(?=.*[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"],
 
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"],