ChatBot / app.py
Ankush05's picture
this
40683cc
raw
history blame
199 Bytes
import streamlit as st
embed = '''
<iframe
src="https://tiiuae-falcon-180b-demo.hf.space"
frameborder="0"
width="100%"
height="100%"
></iframe>
'''
st.markdown(embed, unsafe_allow_html=True)