Tonic commited on
Commit
96bd8f9
·
1 Parent(s): 090826a

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
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 this for loop"
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/fxqjz/"
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=""):