Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -948,7 +948,5 @@ from email.mime.multipart import MIMEMultipart
|
|
948 |
from email.mime.text import MIMEText
|
949 |
|
950 |
|
951 |
-
|
952 |
-
|
953 |
if __name__ == "__main__":
|
954 |
app.run(debug=True, host="0.0.0.0", port=7860)
|
|
|
948 |
from email.mime.text import MIMEText
|
949 |
|
950 |
|
|
|
|
|
951 |
if __name__ == "__main__":
|
952 |
app.run(debug=True, host="0.0.0.0", port=7860)
|