ChatBot / app.py
Ankush05's picture
this
3a66a27
raw
history blame
No virus
197 Bytes
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)