Hugging Face
Models
Datasets
Spaces
Community
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...
40683cc
ChatBot
/
app.py
Ankush05
this
40683cc
almost 2 years ago
raw
Copy download link
history
blame
Safe
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
)