diff --git a/deploy.sh b/deploy.sh
index baa69e92a5f9aff2dd4ddd05dad364a335997a36..676b20dbfd8f2835f37e844e4844da78fb593856 100755
--- a/deploy.sh
+++ b/deploy.sh
@@ -43,6 +43,6 @@ if [ ! -f "app.py" ]; then
 fi
 
 # Create a zip file
-zip -r archive.zip requirements.txt app.py dist
+zip -r demo.zip requirements.txt app.py dist
 
-echo "Archive 'archive.zip' created successfully."
+echo "Archive 'demo.zip' created successfully."