cools commited on
Commit
0e53375
·
1 Parent(s): 5a96b39

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
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
- x = st.slider('Select a value')
30
- st.write(x, 'squared is', x * x)
 
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="")