Spaces:
Runtime error
Runtime error
Timothyxxx
commited on
Commit
·
e48bc64
1
Parent(s):
b44c042
Update info
Browse files- app.py +1 -1
- resources/demo_description.md +1 -1
app.py
CHANGED
@@ -200,7 +200,7 @@ question = st.text_input(
|
|
200 |
value=EXAMPLE_TABLES[selected_table_title][1],
|
201 |
)
|
202 |
|
203 |
-
button = st.button("Run!")
|
204 |
if not button:
|
205 |
st.stop()
|
206 |
|
|
|
200 |
value=EXAMPLE_TABLES[selected_table_title][1],
|
201 |
)
|
202 |
|
203 |
+
button = st.button("Run! Solve this question by Binder program")
|
204 |
if not button:
|
205 |
st.stop()
|
206 |
|
resources/demo_description.md
CHANGED
@@ -1,5 +1,5 @@
|
|
1 |
This is an interactive demo of Binder based on GPT3 Codex.
|
2 |
-
You can input a question
|
3 |
For more details, check out the project [website](https://lm-code-binder.github.io/).
|
4 |
|
5 |
|
|
|
1 |
This is an interactive demo of Binder based on GPT3 Codex.
|
2 |
+
You can input a question (maybe requiring external knowledge/functionality), and a Binder program(an expression in a symbolic language that optionally includes API calls) will be generated and executed to derive the output answer.
|
3 |
For more details, check out the project [website](https://lm-code-binder.github.io/).
|
4 |
|
5 |
|