Farhan1572 commited on
Commit
ada2d1a
·
verified ·
1 Parent(s): 10dc1f6

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -133,7 +133,7 @@ def humanize_text(AI_text):
133
 
134
 
135
 
136
- def main_function(AI_text)
137
  humanized_text = humanize_text(AI_text)
138
  humanized_text= transform_text(humanized_text)
139
  return humanized_text
 
133
 
134
 
135
 
136
+ def main_function(AI_text):
137
  humanized_text = humanize_text(AI_text)
138
  humanized_text= transform_text(humanized_text)
139
  return humanized_text