ejschwartz commited on
Commit
fd87c45
·
1 Parent(s): 27240d2

whitespace

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -74,7 +74,7 @@ def infer(code):
74
  var_name = vars[0]
75
 
76
  # 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
77
- prompt = f"What are the original name and data types of variables {varstring}?\n```{code}\n```{var_name}"
78
 
79
  print(f"Prompt:\n{prompt}")
80
 
 
74
  var_name = vars[0]
75
 
76
  # 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
77
+ prompt = f"What are the original name and data types of variables {varstring}?\n```\n{code}\n```{var_name}"
78
 
79
  print(f"Prompt:\n{prompt}")
80