Hey @Stian_Lind
There might be better ways out there for this task.
I just wanted to show you an easy solution that I might have used if I were in your position.
This is an HTML code for a kind of full-screen iframe. If you deploy this code on https://boligbudsjett.no, users would see your purchased domain whilst it would load https://share.streamlit.io/stianlind/bb/main/BB.py inside of it.
<!DOCTYPE html>
<html>
<head>
<title>boligbudsjett.no</title>
</head>
<frameset rows="100%,*">
<frame src="https://share.streamlit.io/stianlind/bb/main/BB.py">
<noframes>
<body>
</body>
</noframes>
</frameset>
</html>
Hope this helps
Kanak