gosha6037 commited on
Commit
3656fc1
1 Parent(s): ec04bec
Files changed (2) hide show
  1. app.py +7 -0
  2. requirements.txt +1 -0
app.py ADDED
@@ -0,0 +1,7 @@
 
 
 
 
 
 
 
 
1
+ import streamlit as st
2
+
3
+ st.markdown("### Hello, world!")
4
+ st.markdown("<img width=200px src='https://rozetked.me/images/uploads/dwoilp3BVjlE.jpg'>", unsafe_allow_html=True)
5
+
6
+ text = st.text_area("TEXT HERE")
7
+
requirements.txt ADDED
@@ -0,0 +1 @@
 
 
1
+ streamlit