Spaces:
Runtime error
Runtime error
Poe Dator
commited on
Commit
·
9b963a9
1
Parent(s):
31c688d
Update app.py
Browse files
app.py
CHANGED
@@ -5,4 +5,5 @@ st.markdown("<img width=200px src='https://i.pinimg.com/736x/11/33/19/113319f0ff
|
|
5 |
|
6 |
text = st.text_area("ENTER TEXT HERE")
|
7 |
|
8 |
-
|
|
|
|
5 |
|
6 |
text = st.text_area("ENTER TEXT HERE")
|
7 |
|
8 |
+
t2 = text.upper()
|
9 |
+
st.markdown(f"{t2}")
|