Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -164,7 +164,7 @@ gr.ChatInterface(
|
|
164 |
undo_btn=None,
|
165 |
examples=[
|
166 |
[{"text": "Generate: Python code to fine-tune model meta-llama/Meta-Llama-3.1-8B on dataset gretelai/synthetic_text_to_sql using QLoRA", "files": []}],
|
167 |
-
[{"text": "Explain: r"^(?=.*[A-Z])(?=.*[a-z])(?=.*[0-9])(?=.*[\\W]).{8,}
|
168 |
[{"text": "Fix: x = [5, 2, 1, 3, 4]; print(x.sort())", "files": []}],
|
169 |
[{"text": "Optimize: x = []; for i in range(0, 10000): x.append(i)", "files": []}],
|
170 |
[{"text": "Execute: First 25 Fibbonaci numbers", "files": []}],
|
|
|
164 |
undo_btn=None,
|
165 |
examples=[
|
166 |
[{"text": "Generate: Python code to fine-tune model meta-llama/Meta-Llama-3.1-8B on dataset gretelai/synthetic_text_to_sql using QLoRA", "files": []}],
|
167 |
+
[{"text": "Explain: r\"^(?=.*[A-Z])(?=.*[a-z])(?=.*[0-9])(?=.*[\\W]).{8,}$\"", "files": []}],
|
168 |
[{"text": "Fix: x = [5, 2, 1, 3, 4]; print(x.sort())", "files": []}],
|
169 |
[{"text": "Optimize: x = []; for i in range(0, 10000): x.append(i)", "files": []}],
|
170 |
[{"text": "Execute: First 25 Fibbonaci numbers", "files": []}],
|