Ansh
February 17, 2022, 7:58am
1
Hi guys,I’m new to Streamlit and I am building a startup called codeTran.You can have a look at us here:https://codetran.softr.app
But I want to embed my streamlit app in this.Is there any way by which I can achieve this?
Hi @Ansh , welcome to the Streamlit community!
You can iframe Streamlit apps using the following:
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%,*">
…
Best,
Randy
system
Closed
February 17, 2023, 2:17pm
3
This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.