Hugging Face
Models
Datasets
Spaces
Posts
Docs
Solutions
Pricing
Log In
Sign Up
Spaces:
patpizio
/
llm-token-probs
like
0
Sleeping
App
Files
Files
Community
patpizio
commited on
Jul 9, 2023
Commit
cf31e9b
•
1 Parent(s):
61c5e0e
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+6
-1
app.py
CHANGED
Viewed
@@ -1 +1,6 @@
1
-
import streamlit as st
1
+
import streamlit as st
2
+
3
+
text = st.text_area('Enter some text!')
4
+
5
+
if text:
6
+
st.write(text)