Spaces:
Runtime error
Runtime error
LayBraid
commited on
Commit
·
236d1cb
1
Parent(s):
acafb47
:construction: add input text
Browse files- app.py +3 -0
- requirements.txt +1 -1
app.py
CHANGED
|
@@ -2,3 +2,6 @@ import streamlit as st
|
|
| 2 |
|
| 3 |
st.title("Space Vector")
|
| 4 |
st.subheader("Discover the first research tools in satellite imagery")
|
|
|
|
|
|
|
|
|
|
|
|
| 2 |
|
| 3 |
st.title("Space Vector")
|
| 4 |
st.subheader("Discover the first research tools in satellite imagery")
|
| 5 |
+
|
| 6 |
+
|
| 7 |
+
text = st.text_input("Enter your text here")
|
requirements.txt
CHANGED
|
@@ -1 +1 @@
|
|
| 1 |
-
streamlit
|
|
|
|
| 1 |
+
streamlit==1.2.0
|