3a66a27 45a1796 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="1366" height="768" ></iframe> ''' st.markdown(embed, unsafe_allow_html=True)