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

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -119,7 +119,7 @@ def functionCall(fi_input, dropdown, choice):
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":
 
119
 
120
  def change_textbox(dropdown,radio):
121
  print(f"dropdown : {dropdown}")
122
+ print(dropdown is None)
123
  if dropdown is None:
124
  dropdown = ["introduction", "objective", "summary", "conclusion"]
125
  if radio == "Intelligent split by keywords":