Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
lizadakhova
/
shad-nlp
like
0
Runtime error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
lizadakhova
commited on
Dec 20, 2021
Commit
5d36aad
·
1 Parent(s):
58a611c
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+2
-0
app.py
CHANGED
Viewed
@@ -2,3 +2,5 @@ import torch
2
import streamlit as st
3
4
st.markdown("Hello!")
2
import streamlit as st
3
4
st.markdown("Hello!")
5
+
sentence = st.input("Your sentence.")
6
+
st.markdown(sentence)