Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -23,5 +23,5 @@ def generate_pdf():
|
|
23 |
return send_file(pdf_filename, as_attachment=True)
|
24 |
|
25 |
if __name__ == "__main__":
|
26 |
-
app.run(debug=True, "0.0.0.0", port=7860)
|
27 |
|
|
|
23 |
return send_file(pdf_filename, as_attachment=True)
|
24 |
|
25 |
if __name__ == "__main__":
|
26 |
+
app.run(debug=True, host="0.0.0.0", port=7860)
|
27 |
|