Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -1,13 +1,13 @@
|
|
| 1 |
|
| 2 |
SYSTEM_PROMPT = "As an LLM, my job is to help users with their Python coding. I should provide clear and concise prompts that help users write clean, efficient, and accurate Python code."
|
| 3 |
TITLE = "Python Coding Assistant"
|
| 4 |
-
EXAMPLE_INPUT = "Improve the efficiency of
|
| 5 |
import gradio as gr
|
| 6 |
from gradio_client import Client
|
| 7 |
import os
|
| 8 |
import requests
|
| 9 |
|
| 10 |
-
tulu = "https://tonic1-tulu.hf.space/--replicas/
|
| 11 |
|
| 12 |
|
| 13 |
def predict_beta(message, chatbot=[], system_prompt=""):
|
|
|
|
| 1 |
|
| 2 |
SYSTEM_PROMPT = "As an LLM, my job is to help users with their Python coding. I should provide clear and concise prompts that help users write clean, efficient, and accurate Python code."
|
| 3 |
TITLE = "Python Coding Assistant"
|
| 4 |
+
EXAMPLE_INPUT = "[ADD CODE HERE] Improve the efficiency of the loop above"
|
| 5 |
import gradio as gr
|
| 6 |
from gradio_client import Client
|
| 7 |
import os
|
| 8 |
import requests
|
| 9 |
|
| 10 |
+
tulu = "https://tonic1-tulu.hf.space/--replicas/5cpc5/"
|
| 11 |
|
| 12 |
|
| 13 |
def predict_beta(message, chatbot=[], system_prompt=""):
|