Advertisement
silver2row

Trying to Explain...

Sep 28th, 2020
1,677
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 0.33 KB | None | 0 0
  1. first .py file...
  2.  
  3. template_data = {
  4.         "title" : state,
  5.     }
  6.     return render_template("ServoKing.html", **template_data)
  7.  
  8. if __name__ == "__main__":
  9.     app.run(host="0.0.0.0", port=5000, debug=False)
  10.  
  11. First.html...
  12.  
  13. <div>
  14.   <center><iframe src="192.168.x.xx" height="750" width="750"></iframe></center>
  15. </div>
  16.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement