Hugging Face
Models
Datasets
Spaces
Posts
Docs
Solutions
Pricing
Log In
Sign Up
Spaces:
rzaytsev
/
ysda-homework
like
0
Runtime error
App
Files
Files
Community
rzaytsev
commited on
Mar 28, 2022
Commit
565a072
•
1 Parent(s):
d8bd3e1
Create app.py
Browse files
Files changed (1)
hide
show
app.py
+5
-0
app.py
ADDED
Viewed
@@ -0,0 +1,5 @@
1
+
import streamlit as st
2
+
import streamlit as st
3
+
title = st.text_area('Title')
4
+
abstract = st.text_area('Abstract')
5
+
st.markdown(title + abstract)