Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -26,5 +26,5 @@ del_hours_rel_1 = re.compile('([0-9]{1,2}|(|a|the|one|two|three|few|four|five|si
|
|
| 26 |
adverbs = re.compile('(from|after|before|next|end|this|past) ', re.IGNORECASE) # Adverbs used to resolve if multiple patterns are "hit". This leads to the "addition" problem (described on notion).
|
| 27 |
|
| 28 |
|
| 29 |
-
|
| 30 |
-
st.
|
|
|
|
| 26 |
adverbs = re.compile('(from|after|before|next|end|this|past) ', re.IGNORECASE) # Adverbs used to resolve if multiple patterns are "hit". This leads to the "addition" problem (described on notion).
|
| 27 |
|
| 28 |
|
| 29 |
+
|
| 30 |
+
x = st.text_input("Request", value="")
|