Borya-Goldarb commited on
Commit
96210f9
·
verified ·
1 Parent(s): b476e93
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -85,6 +85,7 @@ def replace_parameters(file_contents, parameter_values):
85
  for param, value in parameter_values.items():
86
  updated_contents = updated_contents.replace(f'@{param}', value)
87
  return updated_contents
 
88
 
89
  if __name__ == "__main__":
90
  main()
 
85
  for param, value in parameter_values.items():
86
  updated_contents = updated_contents.replace(f'@{param}', value)
87
  return updated_contents
88
+
89
 
90
  if __name__ == "__main__":
91
  main()