Spaces:
Paused
Paused
Update app.py
Browse files
app.py
CHANGED
|
@@ -43,4 +43,4 @@ def home():
|
|
| 43 |
return render_template_string(html_content)
|
| 44 |
|
| 45 |
if __name__ == '__main__':
|
| 46 |
-
app.run(debug=True,host=0.0.0.0, port=7860)
|
|
|
|
| 43 |
return render_template_string(html_content)
|
| 44 |
|
| 45 |
if __name__ == '__main__':
|
| 46 |
+
app.run(debug=True,host='0.0.0.0', port=7860)
|