JPLTedCas commited on
Commit
4ffe84f
1 Parent(s): 220350c

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -1140,6 +1140,6 @@ async def ajustes():
1140
  return render_template('ajustes.html',user_image7=estrella)
1141
 
1142
  if __name__ == "__main__":
1143
- app.run(host="0.0.0.0", port=7860,allow_unsafe_werkzeug =True ,debug =True)
1144
 
1145
 
 
1140
  return render_template('ajustes.html',user_image7=estrella)
1141
 
1142
  if __name__ == "__main__":
1143
+ app.run(host="0.0.0.0", port=7860,debug =True)
1144
 
1145