Arbajali commited on
Commit
f271b38
·
verified ·
1 Parent(s): 2915b18

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -6,5 +6,5 @@ def home():
6
  return"hello from flask on hugging face"
7
 
8
 
9
- if__name__=='__main__':
10
  app.run(debug=True,host="0.0.0.0",port=7860)
 
6
  return"hello from flask on hugging face"
7
 
8
 
9
+ if __name__=='__main__':
10
  app.run(debug=True,host="0.0.0.0",port=7860)