yanielbf commited on
Commit
285563b
·
1 Parent(s): 1811b97

Update main.py

Browse files
Files changed (1) hide show
  1. main.py +0 -1
main.py CHANGED
@@ -37,5 +37,4 @@ def get_text():
37
  file = open('/home/user/data/new_file.txt', 'r')
38
  content = file.read()
39
  file.close()
40
-
41
  return {"text": content}
 
37
  file = open('/home/user/data/new_file.txt', 'r')
38
  content = file.read()
39
  file.close()
 
40
  return {"text": content}