Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -76,8 +76,8 @@ gr.ChatInterface(
|
|
76 |
title="Python Coding Assistant",
|
77 |
description=os.environ.get("DESCRIPTION"),
|
78 |
#clear_btn="Clear",
|
79 |
-
retry_btn=None,
|
80 |
-
undo_btn=None,
|
81 |
examples=[
|
82 |
["Generate: Code to fine-tune model meta-llama/Meta-Llama-3.1-8B on dataset gretelai/synthetic_text_to_sql using QLoRA"],
|
83 |
["Explain: r\"^(?=.*[A-Z])(?=.*[a-z])(?=.*[0-9])(?=.*[\\W]).{8,}$\""],
|
|
|
76 |
title="Python Coding Assistant",
|
77 |
description=os.environ.get("DESCRIPTION"),
|
78 |
#clear_btn="Clear",
|
79 |
+
#retry_btn=None,
|
80 |
+
#undo_btn=None,
|
81 |
examples=[
|
82 |
["Generate: Code to fine-tune model meta-llama/Meta-Llama-3.1-8B on dataset gretelai/synthetic_text_to_sql using QLoRA"],
|
83 |
["Explain: r\"^(?=.*[A-Z])(?=.*[a-z])(?=.*[0-9])(?=.*[\\W]).{8,}$\""],
|