File size: 197 Bytes
3a66a27
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
import streamlit as st


embed = '''
<iframe
	src="https://tiiuae-falcon-180b-demo.hf.space"
	frameborder="0"
	width="850"
	height="450"
></iframe>


'''

st.markdown(embed, unsafe_allow_html=True)