Skip to content

Commit

Permalink
lotte added.
Browse files Browse the repository at this point in the history
  • Loading branch information
Kaival Patel committed Oct 19, 2024
1 parent cc56632 commit 5b24b8a
Show file tree
Hide file tree
Showing 3 changed files with 313 additions and 312 deletions.
26 changes: 13 additions & 13 deletions CodeGenerator/parameters.json
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
{
"$schema": "https://schema.management.azure.com/schemas/2019-04-01/deploymentParameters.json#",
"contentVersion": "1.0.0.0",
"parameters": {
"virtualMachineName": {
"value": "myVM"
},
"adminUsername": {
"value": "azureuser"
},
"adminPassword": {
"value": "YourSecurePassword123!"
}
"$schema": "https://schema.management.azure.com/schemas/2019-04-01/deploymentParameters.json#",
"contentVersion": "1.0.0.0",
"parameters": {
"virtualMachineName": {
"value": "myVM"
},
"adminUsername": {
"value": "azureuser"
},
"adminPassword": {
"value": "YourSecurePassword123!"
}
}
}
}
1 change: 1 addition & 0 deletions CodeGenerator/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
streamlit==1.24.1
mysql-connector-python==8.0.33
streamlit-lottie==0.0.3

Loading

0 comments on commit 5b24b8a

Please sign in to comment.