Spaces:
Runtime error
Runtime error
Commit
·
7a59fcd
1
Parent(s):
347742a
fix colon
Browse files
app.py
CHANGED
|
@@ -76,7 +76,7 @@ def infer(code):
|
|
| 76 |
first_var = vars[0]
|
| 77 |
|
| 78 |
# ejs: Yeah, this var_name thing is really bizarre. But look at https://github.com/lt-asset/resym/blob/main/training_src/fielddecoder_inf.py
|
| 79 |
-
var_prompt = f"What are the original name and data types of variables {varstring}?\n```\n{code}\n```{first_var}"
|
| 80 |
|
| 81 |
print(f"Prompt:\n{repr(var_prompt)}")
|
| 82 |
|
|
|
|
| 76 |
first_var = vars[0]
|
| 77 |
|
| 78 |
# ejs: Yeah, this var_name thing is really bizarre. But look at https://github.com/lt-asset/resym/blob/main/training_src/fielddecoder_inf.py
|
| 79 |
+
var_prompt = f"What are the original name and data types of variables {varstring}?\n```\n{code}\n```{first_var}:"
|
| 80 |
|
| 81 |
print(f"Prompt:\n{repr(var_prompt)}")
|
| 82 |
|