heymenn commited on
Commit
465d3ac
1 Parent(s): e6b2ec2

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -115,7 +115,7 @@ def functionCall(fi_input, dropdown, choice):
115
  if choice == "Intelligent split":
116
  return split_in_df(fi_input)
117
  else:
118
- return split_in_keywords(fi_input,dropdown)
119
 
120
  def change_textbox(dropdown,radio):
121
  print(dropdown)
 
115
  if choice == "Intelligent split":
116
  return split_in_df(fi_input)
117
  else:
118
+ return split_by_keywords(fi_input,dropdown)
119
 
120
  def change_textbox(dropdown,radio):
121
  print(dropdown)