bstraehle commited on
Commit
9247b68
·
verified ·
1 Parent(s): 14c6615

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -167,7 +167,7 @@ gr.ChatInterface(
167
  examples=[
168
  ["Generate: Python code to fine-tune model meta-llama/Meta-Llama-3.1-8B on dataset gretelai/synthetic_text_to_sql using QLoRA"],
169
  ["Explain: r\"^(?=.*[A-Z])(?=.*[a-z])(?=.*[0-9])(?=.*[\\W]).{8,}$\""],
170
- ["Fix: x = [5, 2, 1, 3, 4]; print(x.sort())",
171
  ["Optimize: x = []; for i in range(0, 10000): x.append(i)"],
172
  ["Execute: First 25 Fibbonaci numbers"],
173
  ["Execute: Chart showing stock gain YTD for NVDA, MSFT, AAPL, and GOOG, x-axis is 'Day' and y-axis is 'YTD Gain %'"]
 
167
  examples=[
168
  ["Generate: Python code to fine-tune model meta-llama/Meta-Llama-3.1-8B on dataset gretelai/synthetic_text_to_sql using QLoRA"],
169
  ["Explain: r\"^(?=.*[A-Z])(?=.*[a-z])(?=.*[0-9])(?=.*[\\W]).{8,}$\""],
170
+ ["Fix: x = [5, 2, 1, 3, 4]; print(x.sort())"],
171
  ["Optimize: x = []; for i in range(0, 10000): x.append(i)"],
172
  ["Execute: First 25 Fibbonaci numbers"],
173
  ["Execute: Chart showing stock gain YTD for NVDA, MSFT, AAPL, and GOOG, x-axis is 'Day' and y-axis is 'YTD Gain %'"]