davidmezzetti commited on
Commit
fe21a95
1 Parent(s): c421bc7

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -281,7 +281,7 @@ class Application:
281
  data = st.text_area("Input", height=10)
282
 
283
  # Parse text items
284
- data = self.parse(data)
285
 
286
  # Process current action
287
  self.process(data)
 
281
  data = st.text_area("Input", height=10)
282
 
283
  # Parse text items
284
+ data = self.parse(data) if data else data
285
 
286
  # Process current action
287
  self.process(data)