Spaces:
Runtime error
Runtime error
commit
Browse files
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()
|