Spaces:
Running
Running
add event-identifier
Browse files
app.py
CHANGED
@@ -162,7 +162,7 @@ line = st.text_area("Insert Text",option)
|
|
162 |
st.button('Run')
|
163 |
|
164 |
|
165 |
-
|
166 |
window = 1
|
167 |
if line != "":
|
168 |
st.header("Triggers:")
|
|
|
162 |
st.button('Run')
|
163 |
|
164 |
|
165 |
+
|
166 |
window = 1
|
167 |
if line != "":
|
168 |
st.header("Triggers:")
|