RonusMTG commited on
Commit
2806f4d
1 Parent(s): 9dd1993

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -16,7 +16,7 @@ if 'response_content' not in st.session_state:
16
  chat_col = st.container()
17
 
18
  chat_col.title("CodeLATS")
19
- description = """This tech demo is an implementation of Language Agent Tree Search (LATS) (https://arxiv.org/abs/2310.04406) built specifically for generating code in the form of python functions. It achieves :green[**state-of-the-art**] results on HumanEval with a :green[**94.4% pass@1 rate**] on GPT-4.
20
 
21
  Listed below is an example programming problem (https://leetcode.com/problems/longest-valid-parentheses/description/) to get started with.
22
 
 
16
  chat_col = st.container()
17
 
18
  chat_col.title("CodeLATS")
19
+ description = """This demo is an implementation of Language Agent Tree Search (LATS) (https://arxiv.org/abs/2310.04406) built specifically for generating code in the form of python functions. It achieves :green[**state-of-the-art**] results on HumanEval with a :green[**94.4% pass@1 rate**] on GPT-4.
20
 
21
  Listed below is an example programming problem (https://leetcode.com/problems/longest-valid-parentheses/description/) to get started with.
22