Sai004 Moki2004 commited on
Commit
589585c
·
1 Parent(s): fddbaa6

Update app.py (#2)

Browse files

- Update app.py (40b65f81e88297a7e6896d958a3bc82861d7f24c)


Co-authored-by: Mokshith <[email protected]>

Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -258,7 +258,7 @@ def validation(text):
258
  result['validation'] = 'valid'
259
  result['sentence'] = combined_sentence
260
 
261
- return json.dumps(result, indent=4)
262
 
263
 
264
  def get_links(user_input):
 
258
  result['validation'] = 'valid'
259
  result['sentence'] = combined_sentence
260
 
261
+ return result
262
 
263
 
264
  def get_links(user_input):