minemaster01 commited on
Commit
5a64fc3
·
verified ·
1 Parent(s): f85c14a

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -207,7 +207,8 @@ def infer_and_log(text_input):
207
  except Exception as e:
208
  print(f"Error uploading log: {e}")
209
 
210
- return "".join(word_tags)
 
211
 
212
  def clear_fields():
213
  return "", ""
 
207
  except Exception as e:
208
  print(f"Error uploading log: {e}")
209
 
210
+ return json.dumps(word_tags, indent=2)
211
+
212
 
213
  def clear_fields():
214
  return "", ""