Spaces:
Runtime error
Runtime error
Commit
·
b038ccc
1
Parent(s):
5b29666
Update app.py
Browse files
app.py
CHANGED
@@ -12,5 +12,5 @@ def process(text):
|
|
12 |
text = st.text_area("TEXT HERE")
|
13 |
|
14 |
for i in range(10):
|
15 |
-
st.markdown(f
|
16 |
time.sleep(1.0)
|
|
|
12 |
text = st.text_area("TEXT HERE")
|
13 |
|
14 |
for i in range(10):
|
15 |
+
st.markdown(f'<p style="display:inline">{process(text)} ...</p>', unsafe_allow_html=True)
|
16 |
time.sleep(1.0)
|