kwabs22 commited on
Commit
1b17434
·
1 Parent(s): 8d48459

editing placeholder check

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -162,6 +162,7 @@ def show_elements(text):
162
  def show_elements_json_input(json_input):
163
  # Parse the JSON input
164
  data = json.loads(json_input)
 
165
 
166
  outputs = []
167
 
 
162
  def show_elements_json_input(json_input):
163
  # Parse the JSON input
164
  data = json.loads(json_input)
165
+ print(data)
166
 
167
  outputs = []
168