Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Ankush05
/
ChatBot
like
0
Runtime error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
3a66a27
ChatBot
/
app.py
Ankush05
this
3a66a27
over 1 year ago
raw
Copy download link
history
blame
Safe
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
)