imseldrith commited on
Commit
0347ebc
·
1 Parent(s): 373e47b

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -45,4 +45,4 @@ def index():
45
  return st.get_html_str()
46
 
47
  if __name__ == "__main__":
48
- app.run(host="0.0.0.0",port=7860)
 
45
  return st.get_html_str()
46
 
47
  if __name__ == "__main__":
48
+ app.run() #host="0.0.0.0",port=7860)