heymenn commited on
Commit
34c03ef
1 Parent(s): e48099b

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -0
app.py CHANGED
@@ -118,6 +118,8 @@ def functionCall(fi_input, dropdown, choice):
118
  return split_by_keywords(fi_input,dropdown)
119
 
120
  def change_textbox(dropdown,radio):
 
 
121
  if dropdown is None:
122
  dropdown = ["introduction", "objective", "summary", "conclusion"]
123
  if radio == "Intelligent split by keywords":
 
118
  return split_by_keywords(fi_input,dropdown)
119
 
120
  def change_textbox(dropdown,radio):
121
+ print(f"dropdown : {dropdown}")
122
+ print(if dropdown is None)
123
  if dropdown is None:
124
  dropdown = ["introduction", "objective", "summary", "conclusion"]
125
  if radio == "Intelligent split by keywords":